{#
/**
* @file
* Theme override to display a single Drupal page while offline.
*
* All available variables are mirrored in page.html.twig.
* Some may be blank but they are provided for consistency.
*
* @see template_preprocess_maintenance_page()
*/
#}
{% set container = theme.settings.fluid_container ? 'container-fluid' : 'container' %}
{# Header #}
{% set header_attributes = create_attribute() %}
{%
set header_classes = ['primary-column',
'col-sm-8',
'offset-sm-2',
'text-center',
'mt-5'
]
%}
{# Have the default site logo #}
{% if logo and not site_logo_ar %}
{% endif %}