{{ 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 label, href in NAV.items() %} {% include "nav_link.html" with context %} {% 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 %}