{% 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') %} {% assets "bs_js" %} {% endassets %} {% assets "main_js" %} {% endassets %} {% if config.SITE_FLAVOR == 'nyaa' %} {% elif config.SITE_FLAVOR == 'sukebei' %} {% endif %}
{% include "flashes.html" %} {% if config.MAINTENANCE_MODE and config.MAINTENANCE_MODE_MESSAGE %} {% endif %} {% block body %}{% endblock %}