{% extends "base.html" %} {% block title %}Sign in — {{ app_name }}{% endblock %} {% block content %}

Sign in

{% if allow_registration %} No account? Create one. {% endif %} {% if enable_password_reset %}
Forgot password? {% endif %}

{% endblock %}