{{ fpp_tailwind }} {% block title %}Flask++ App{% endblock %} {% if enabled("EXT_SOCKET") %} {% 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 scripts %}{% endblock %}