{% extends "base.html" %} {% load compress %} {% load i18n %} {% load oxyan %} {% load ocyan_main %} {% load ocyanjson %} {% load static %} {% load wagtailcore_tags wagtailimages_tags wagtailuserbar %} {% block title %}{% firstof page.seo_title self.seo_title page.title self.title shop_name %}{% endblock %} {% block description %}{% firstof page.search_description self.search_description "" %}{% endblock %} {% block base_css %} {{ block.super }} {# Ensure Carbasa webshop styling is present so responsive header/footer render correctly. #} {# Project-scoped mobile header fixes (plain CSS; no Bootstrap overrides). #} {% endblock %} {% block extrahead %} {% if cookie_jar.settings.google_tag_manager and cookie_jar.functional.is_allowed %} {% endif %} {% if cookie_jar.settings.google_analytics and cookie_jar.functional.is_allowed %} {% endif %} {{ block.super }} {% if cookie_jar.needs_approval %} {% endif %} {% for header_snippet in cookie_jar.activated_snippet_header_templates %} {% include header_snippet %} {% endfor %} {% endblock %} {% block layout %} {% if show_basket_popup_setting %} {% esi_fragment "partials/added_success.html" with sessionid=True oscar_open_basket=True request=request csrf_token=csrf_token only %} {% endif %} {% block navbar %} {% include "oxyan/headers/mega.html" %} {% endblock %} {% block content_wrapper %}