{#
/**
* @file
* Theme override 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 or site_slogan %}
{% if site_name %}
{{ site_name }}
{% endif %}
{% if site_slogan %}
{{ site_slogan }}
{% endif %}
{# /.name-and-slogan #}
{% endif %}
{% if title %}