{% 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 %} Username Password Remember me for 30 days Sign in {% endblock %}
Enter your credentials to access the dashboard.