blob: 4400b21973a93e91e002610bc5fb5913e1112f6a [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>