{% extends "base.html" %} {% block title %}Sign in — {{ app_name }}{% endblock %} {% block content %}
or
{% if allow_registration %} No account? Create one. {% endif %} {% if enable_password_reset %} Forgot password? {% endif %}