{# /** * @file * Claro's theme implementation for maintenance page. * * This template is used for rendering non-frontpage maintenance pages. An * example of this is /update.php. * * All available variables are mirrored in page.html.twig. * Some may be blank but they are provided for consistency. * * @see template_preprocess_maintenance_page() * @see maintenance-page--front.html.twig */ #}
{% if site_name %}

{{ site_name }}

{% endif %}
{% if page.sidebar_first %} {# /.layout-sidebar-first #} {% endif %}
{% if title %}

{{ title }}

{% endif %} {{ page.highlighted }}
{{ page.content }}
{% if page.page_bottom %} {% endif %}
{# /.layout-container #}