{# /** * @file * TaraPro's 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 site_name or site_slogan %} {% if site_name %} {{ site_name }} {% endif %} {% if site_slogan %} {{ site_slogan }} {% endif %} {% endif %} {% if title %} {{ title }} {% endif %} {% include "@tarapro/../images/maintenance.svg" %} {{ page.content }}