{% for block in settings.ocyan_plugin_wagtail.OcyanSettings.promo_header %}
{% if block.block_type == "TextSlider" %}
{% for slide in block.value %}
{% block textslide %}
{{ slide.text }}
{% endblock %}
{% endfor %}
{% else %}
{{ block }}
{% endif %}
{% endfor %}
{% endif %}
{% include "oscar/partials/alert_messages.html" with messages=messages %}
{% get_oxyan_definition "header" as header_class %}
{% block extra_nav %}{% endblock %}
{# Ensure the popup search modal exists even on pages not using `layout.html`. #}
{% include "partials/search_modal.html" %}