blob: ccee8d7b88ec3ff17fc0a12465851be275aaa3c3 [file] [log] [blame]
<html>
<body>
{%- block test_block %}
<div {{ block('test') }}>
{%- for child in form %}
<div class="test">
{{- test(child) }}
{{- test(child) }}
</div>
{%- endfor %}
</div>
{%- endblock test_block %}
</body>
</html>