{% load wagtailcore_tags wagtail_daisIE_tags %} {{ page.seo_title|default:page.title }} {% daisyui_theme_full_css daisyui_theme %} {{ form.media }}
{% if page.title %}

{{ page.title }}

{% endif %} {% for block in page.body %} {% include_block block %} {% endfor %} {% if form_has_errors and page.error_body %}
{% for block in page.error_body %} {% include_block block %} {% endfor %}
{% endif %}
{% csrf_token %} {% if form.non_field_errors %} {% endif %} {% for field in form %} {% include "wagtail_daisIE/forms/form_field.html" with field=field %} {% endfor %}