{% load cache %} {% load cms_tags %} {% load i18n %} {% load meta %} {% load page_meta_tags %} {% load sekizai_tags %} {% load static %} {% load statici18n %} {% get_current_language as CURRENT_LANGUAGE_CODE %} {# meta #} {% block meta_tags %} {% block meta_viewport %} {% endblock meta_viewport %} {% include "partials/favicons.html" %} {% endblock meta_tags %} {% block title_tag %}{% endblock title_tag %} {% block seo_meta_tags %} {% include "kapt_templates/partials/seo_meta_tags.html" %} {% endblock seo_meta_tags %} {% block analytics_tag %} {% include "kapt_templates/partials/analytics.html" %} {% endblock analytics_tag %} {% block gtm_tag %} {% if not debug and not staging and gtm_tag %} {% endif %} {% endblock gtm_tag %} {% block fb_pixel_tag %} {% if not debug and not staging and pixel_tag %} {% endif %} {% endblock fb_pixel_tag %} {% block google_site_verification %} {% if not staging and google_site_verification %} {% endif %} {% endblock google_site_verification %} {# CSS #} {# skeizai's render_block must not be inside a block tag #} {% render_block "css" %} {% block css %} {% endblock css %} {% block extra_css %} {% endblock extra_css %} {% block json_ld %} {% page_meta request.current_page as meta %} {% include "kapt_templates/partials/json_ld.html" with meta=meta %} {% endblock json_ld %} {% if not debug and not staging and gtm_tag %} {% endif %} {% cms_toolbar %} {% block layout_wrapper %} {% block header %} {% include "kapt_templates/partials/header.html" %} {% endblock header %} {% block main_wrapper %}
{% block main %} {% endblock main %}
{% endblock main_wrapper %} {% block footer %} {% include "kapt_templates/partials/footer.html" %} {% endblock footer %} {% endblock layout_wrapper %} {% block after_content %} {% endblock after_content %} {% block js-variables %} {% comment %}Global window attached values{% endcomment %} {% endblock js-variables %} {# skeizai's render_block must not be inside a block tag #} {% render_block "js" %} {% if LANGUAGE_CODE %} {% endif %} {% block cookie_optin %} {% endblock cookie_optin %} {% block js %} {% endblock js %} {# skeizai's render_block must not be inside a block tag #} {% render_block "bottom_js" %} {% block extra_js %} {% endblock extra_js %}