bunkerized-nginx/src/ui/templates/base.html

1.5 KiB

{% set template_data = {"javascript": ""} %} <html class="{% if dark_mode == True %}dark {% endif %}" lang="en"> {% include "head.html" %}
main logo
{% include "menu.html" %} {% include "news.html" %} {% include "flashs.html" %} {% include "banner.html" %}
{% include "header.html" %}
{% block content %} {% endblock %}
{% include "footer.html" %} </html>