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

4 lines
126 B
Twig

{% for field in form.fields %}
<div><strong>{{ field.label }}</strong>: {{ form.value(field.name)|e }}</div>
{% endfor %}