{% extends '_main.html' %} {% block title %}Login{% endblock %} {% block page_body %} {% block body %} {% if error %} {{ error }} {% endif %} {% if password_reset %} Your password have been reset and is equal to your username. You should change it as soon as possible in settings. {% endif %} Login {% endblock body %} {% endblock page_body %}