{% extends 'base.html' %} {% set active_page = none %} {% block title %}Login Page{% endblock %} {% block style %} .card-body { background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url({{ url_for('static', filename='img/cat.png') }}); background-attachment: fixed-bottom; background-position: right bottom -10px; background-repeat: no-repeat; } {% 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 %}