{% block extra_styles %}{% endblock %}
{% if not hide_nav %}
{{ app_name }}
Dashboard
Configs
Scan Configs
Sites
Scans
Schedules
Alerts
Alert History
Alert Rules
Webhooks
Logout
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}