{% extends "!layout.html" %}
{%- set current_version = "1.5.x circinus" %}
{% block extrahead %}
{% if gtm_id and cookiebot_id %}
{# Cookiebot CMP — must load first so its auto-blocker can scan/block other tags #}
{# Google Consent Mode v2 defaults — deny everything until Cookiebot fires the update #}
{# Google Tag Manager #}
{% endif %}
{% endblock %}
{% block body %}
{% if gtm_id and cookiebot_id %}
{% endif %}
{{ super() }}
{% endblock %}