--TEST-- blocks and autoescape --TEMPLATE-- {{ include('unrelated.txt.twig') -}} {{ include('template.html.twig') -}} --TEMPLATE(unrelated.txt.twig)-- {% block content %}{% endblock %} --TEMPLATE(template.html.twig)-- {% extends 'parent.html.twig' %} {% block content %} {{ br -}} {% endblock %} --TEMPLATE(parent.html.twig)-- {% set _content = block('content')|raw %} {{ _content|raw }} --DATA-- return ['br' => '<br />'] --CONFIG-- return ['autoescape' => 'name'] --EXPECT-- <br />
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
block.test | File | 490 B | 0644 |
|
name.test | File | 420 B | 0644 |
|