{% load wagtailcore_tags wagtail_daisIE_tags %} {{ error_page.title|default:status_code }} {% daisyui_theme_full_css daisyui_theme %}
{% if error_page %} {% if error_page.title %}

{{ error_page.title }}

{% endif %} {% for block in error_page.body %} {% include_block block %} {% endfor %} {% else %}

Error {{ status_code }}

Something went wrong.

{% endif %}