{% from 'bootstrap5/utils.html' import render_messages %} {% from 'bootstrap5/nav.html' import render_nav_item %} {% block head %} Extremely vulnerable Flask App {% if g.preferences['mode'] == 'light' %} {{ bootstrap.load_css() }} {% else %} {% endif %} {% block styles %} {% endblock %} {% endblock %} {{ render_messages(dismissible=True, dismiss_animate=True) }}
{% block content %}{% endblock %}
{% block scripts %} {% endblock %} {{ bootstrap.load_js() }}