{% if cfg.accessibility.userway.enabled %} {% endif %} {% if not (cfg.style.overrideBaseStyles and cfg.style.useCustomCss) %} {% endif %} {% if not (cfg.style.overrideCatAskStyles and cfg.style.useCustomCss) %} {% if cfg.style.tintColors %} {% endif %} {% endif %} {% if cfg.style.customCss and cfg.style.useCustomCss %} {% endif %} {%- if cfg.accessibility.font == 'default' -%} {%- endif -%} {% block additionalHeadItems %}{% endblock %} {% block title %}{% endblock %} | {{ cfg.instance.title }} Skip to content
{% block navbar %}
{# will do later
#} {% endblock %} {% with messages = get_flashed_messages(with_categories=True) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
{% block content %}{% endblock %}
{% block footer %} {% endblock %}
{% block scripts %}{% endblock %}