{{ fpp_tailwind }} {% block title %}Flask++ App{% endblock %} {% if enabled("EXT_SOCKET") %} {% endif %} {% if enabled("EXT_BABEL") and DOMAIN %} {% endif %} {% if enabled("FRONTEND_ENGINE") and enabled("DEBUG_MODE") %} {% endif %} {% block head %}{% endblock %}
{% 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 %}