{% extends "base.html" %} {% block title %}Sign in{% endblock %} {% block content %}
{% if error -%}
Wrong user and/or password.
{%- endif %}
{% if auth.url_reset_password -%} Forgot your password? {%- endif %}
« Home page {% endblock %}