{% set pagetitle = '404 - ' ~ 'Page not found'|trans %} {# Google analytics code added in the app parameters #} {% if envFileAccessor.getSetting('google_analytics_code') != "" and envFileAccessor.getSetting('google_analytics_code') is not null %} {% endif %} {{ pagetitle }} | {{ envFileAccessor.getSetting("website_name") }} {% set appLayoutSettings = repository.getAppLayoutSettings() %} {% block meta_dynamic_seo %} {% endblock %} {% block importmap %}{{ importmap('app') }}{% endblock %} {# Application theme #} {% block stylesheets %} {% endblock %} {# Custom css code added in the app parameters #} {% if envFileAccessor.getSetting('custom_css') != "" and envFileAccessor.getSetting('custom_css') is not null %} {% endif %}

{{ pagetitle }}

{{ "The requested page couldn't be located. Checkout for any URL misspelling or"|trans }}

{{ "return to the homepage"|trans }}