{% if form_show_errors %} {% include "foundation-6/errors.html" %} {% endif %}
{% for field in form %} {% include field_template|default:"foundation-6/field.html" %} {% endfor %}