{# /** * @file * Claro theme implementation to display a Drupal installation page. * * All available variables are mirrored in page.html.twig. * Some may be blank but they are provided for consistency. * * @see template_preprocess_install_page() */ #}
{% if site_name %}

{{ site_name }} {% if site_version %} {{ site_version }} {% endif %}

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

{{ title }}

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