{{ fpp_tailwind }}
{% block title %}Flask++ App{% endblock %}
{% if enabled("EXT_SOCKET") %}
{% endif %} {% if enabled("EXT_BABEL") and DOMAIN %}
{% endif %} {% block head %}{% endblock %}
{{ _('NAV_BRAND') }}
{% for nav_type, nav_data in NAV.items() %} {% if nav_type == "links" %} {% for link in nav_data %} {% include "nav_link.html" with context %} {% endfor %} {% elif nav_type == "dropdowns" %} {% for dropdown in nav_data %} {% include "dropdown.html" with context %} {% endfor %} {% endif %} {% endfor %} {% block nav %}{% endblock %}
{% with data = get_locale_data(LANG) %}
{% endwith %}
{% for locale in config["SUPPORTED_LOCALES"].split(";") %} {% with data = get_locale_data(locale) %}
{{ data[1] }}
{% endwith %} {% endfor %}
{% include "flashing.html" %}
{% block content %}{% endblock %}
{% if enabled("EXT_SOCKET") %} {% include "modals/confirm_modal.html" %} {% include "modals/info_modal.html" %} {% endif %} {% block modals %}{% endblock %} {% block scripts %}{% endblock %}