grav-theme-libretic/templates/forms/data.html.twig

4 lines
126 B
Twig
Raw Normal View History

2015-01-15 19:15:54 +01:00
{% for field in form.fields %}
<div><strong>{{ field.label }}</strong>: {{ form.value(field.name)|e }}</div>
{% endfor %}