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

4 lines
94 B
Twig
Raw Normal View History

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