{% extends 'base.html.twig' %} {% block stylesheets %} {% endblock %} {% if error is defined %} {% set introTitle = "error_intro_title"|trans|title %} {% set introDescription = "error_intro_description"|trans %} {% else %} {% set introTitle = "page_not_found_title"|trans|title %} {% set introDescription = "page_not_found_description"|trans %} {% endif %} {% set pageTitle = introTitle %} {% block content %} {% include "components/_intro.html.twig" with {options: { title: introTitle, description: introDescription, skip: false, breadcrumb: true, img: false, linkSection: '
' }} %}