{{ fpp_tailwind }}
{% block title %}Flask++ App{% endblock %}
{% if enabled("EXT_SOCKET") %} {% endif %} {% block head %}{% endblock %}
{{ _('My Flask++ App') }}
{% for label, href in NAV.items() %} {% include "nav_link.html" with context %} {% 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 %}