{% extends 'base.html' %} {% set active_page = none %} {% block title %}Login Page{% endblock %} {% block style %} .card-body { } {% endblock %} {% block content %}

登入

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
We'll never share your email with anyone else.
{% endblock %}