{% extends "basic/layout.html" %} {%- block doctype -%} {%- endblock -%} {%- block body_tag %} {%- endblock %} {%- block extrahead %} {% if theme_chatbot_enabled != False %} {% endif %} {% endblock %} {%- block header %}
{% set light_logo = theme_light_logo|default('') %} {% set dark_logo = theme_dark_logo|default('') %} {% if theme_chatbot_enabled != False %} {% include "chatbot.html" %} {% endif %}
{% include "theme-toggle.html" %}
{% endblock %} {%- block relbar1 %}{%- endblock %} {%- block relbar2 %}{%- endblock %} {%- block content %}
{% endblock %} {%- block footer %} {% include "consent.html" %} {% if theme_chatbot_enabled != False %} {% endif %} {% endblock %}