{# 404 Template -------------------------------------------------- Page not found? This template gets loaded. #} {% extends '_layouts/_master.html' %} {% set bodyClass = "p-404" %} {% if craft.seomatic is defined %} {% set seomaticMeta = seomaticMeta | merge({'seoTitle': '404 — Page not found' }) %} {% else %} {% set appTitle = '404 — Page not found' %} {% endif %} {# -- CRITICAL CSS -- #} {% block appInlineCSS %} {% endblock %} {% block appContent %}
Oh no, this page is missing… Sorry!
Back to Home