Fix local Carbasa header rendering

This commit is contained in:
2026-04-26 09:49:32 +02:00
parent e394eb0288
commit 59a1cd3c16
5 changed files with 11 additions and 5 deletions

View File

@@ -1 +1 @@
{% include "carbasa/headers/header.html" %} {% include "oxyan/headers/mega.html" %}

View File

@@ -3,4 +3,4 @@ Project-level header override:
force engine pages to render the Carbasa header instead of force engine pages to render the Carbasa header instead of
the template_engine fallback header. the template_engine fallback header.
{% endcomment %} {% endcomment %}
{% include "carbasa/headers/header.html" %} {% include "oxyan/headers/mega.html" %}

View File

@@ -1 +1 @@
{% include "carbasa/headers/header.html" %} {% include "oxyan/headers/mega.html" %}

View File

@@ -1 +1 @@
{% include "carbasa/headers/header.html" %} {% include "oxyan/headers/mega.html" %}

View File

@@ -11,6 +11,12 @@
{% block title %}{% firstof page.seo_title self.seo_title page.title self.title shop_name %}{% endblock %} {% 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 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. #}
<link rel="stylesheet" type="text/x-scss" href="{% static 'carbasa/webshop_base.scss' %}">
{% endblock %}
{% block extrahead %} {% block extrahead %}
{% if cookie_jar.settings.google_tag_manager and cookie_jar.functional.is_allowed %} {% if cookie_jar.settings.google_tag_manager and cookie_jar.functional.is_allowed %}
<link rel="preconnect" href="https://www.googletagmanager.com"/> <link rel="preconnect" href="https://www.googletagmanager.com"/>
@@ -33,7 +39,7 @@
{% endif %} {% endif %}
{% block navbar %} {% block navbar %}
{% include "carbasa/headers/header.html" %} {% include "oxyan/headers/mega.html" %}
{% endblock %} {% endblock %}
{% block content_wrapper %} {% block content_wrapper %}