{% load i18n %} {% load menu_tags %} {% load static %} {% load useful_tags %} {% load wagtailcore_tags %} {% load wagtailuserbar %} {% load common_tags %} {% block title %}{% if page.seo_title %}{{ page.seo_title }}{% else %}{{ page.title }}{% endif %} | Lexher{% endblock %} {% include "head.html" %} {% include "common/_favicons.html" %} {% include "common/_css.html" %} {% block extra_css %}{% endblock %} {% consent_dialog_options title=settings.lexher_home.ContentSettings.consent_dialog_title text=settings.lexher_home.ContentSettings.consent_dialog_text policy_page=settings.lexher_home.ContentSettings.privacy_policy_page theme=color_theme primary_action_class="btn btn--primary btn--small" secondary_action_class="btn btn--outlined btn--small" opener_class="btn-plain" opener_append_selector=".manage-consent" %}
{% if english_page %}
English
{% endif %} {% block search_form %}
{% endblock %} {% block cart_drop %}
{% endblock %}
{% breadcrumbs %} {% block main %}{% endblock %}
{% include "components/_notifications.html" %} {% include "common/_footer.html" %} {% wagtailuserbar 'bottom-left' %} {% include "common/_js.html" %} {% block extra_js %}{% endblock %}