blob: 5ed8e8d12d6cb13cda3880dd36e2d6e36b9d7b4c [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>