{% set pagetitle = 'Error'|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 %} {% block title %}{% endblock %} | {{ 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 }}

{{ "An error has occured while processing your request"|trans }}

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