{% extends "base.html" %} {% block content %}

Admin Sign In

Enter your credentials to access the dashboard.

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, msg in messages %}
{{ msg }}
{% endfor %}
{% endif %} {% endwith %}
{% endblock %}