{% block metatags %} {# Filled by children #} {% endblock %} {# These are extracted here for the dark mode toggle #} {% set bootstrap_light = static_cachebuster('css/bootstrap.min.css') %} {% set bootstrap_dark = static_cachebuster('css/bootstrap-dark.min.css') %}
{% include "flashes.html" %} {% block body %}{% endblock %}