{# /** * @file * Theme implementation to display a single Drupal page while offline. * * All available variables are mirrored in page.html.twig. * * @see template_preprocess_maintenance_page() */ #}
{% if title %}

{{ title }}

{% endif %}
{{ source('@vre2024/../images/maintenance.svg') }}
{{ page.content }}
{{ attach_library('vre2024/maintenance') }}