{# /** * @file * Claro's theme implementation to display the maintenance page as frontpage. * * This is template used for rendering the page displayed for users when the * site is under maintenance. * * All available variables are mirrored in page.html.twig. * Some may be blank but they are provided for consistency. * * @see template_preprocess_maintenance_page() */ #}
{% 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 #}