{# @var craft \craft\web\twig\variables\CraftVariable #} {# @var entry \craft\elements\Entry #} {# -- 404 Template -- #} {# ---------------------------------------------------------------------- #} {% extends '_layouts/_master.html' %} {% set bodyClass = "p-404" %} {% if seomaticSiteMeta ?? null %} {% set seomaticMeta = seomaticMeta | merge({'seoTitle': '404 — Page not Found' }) %} {% else %} {% set appTitle = '404 — Page not Found' %} {% endif %} {# -- CRITICAL CSS -- #} {% block appInlineCSS %} {% endblock %} {# -- Google Analytics Stuff -- #} {% if googleAnalytics.globalGoogleAnalytics is defined and googleAnalytics.globalGoogleAnalytics %} {% set fourohfour %} ga('send', 'pageview', '/404/?url=' + document.location.pathname + document.location.search + '&ref=' + document.referrer); {% endset %} {% endif %} {# -- App Content -- #} {% block appContent %}
Oh no, this page is missing… Sorry!
Back to Home