{# /** * @file * Seven's theme implementation to display a single Drupal page while offline. * * All of the available variables are mirrored in page.html.twig. * * @see template_preprocess_maintenance_page() * @see seven_preprocess_maintenance_page() * * @ingroup themeable */ #} {{ head_title }} {{ head }} {{ styles }} {{ scripts }} {{ page_top }}
{% if title %}

{{ title }}

{% endif %}
{% if messages %}
{{ messages }}
{% endif %} {% if help %}
{{ help }}
{% endif %} {{ content }}