diff --git a/templates/base.html b/templates/base.html index e96b72c..5df5a28 100644 --- a/templates/base.html +++ b/templates/base.html @@ -125,62 +125,173 @@ --bs-primary: {{ cfg.style.accentDark }} !important; } + {% 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 %} @@ -188,8 +299,9 @@
{% block content %}{% endblock %}
+ {% block footer %}