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

4 lines
94 B
Twig

{% for field in form.fields %}
{{ field.label }}: {{ form.value(field.name)|e }}
{% endfor %}