{% extends "base.html" %}
{% load form %}
{% block content %}
<h1>Connexion</h1>
{% form form submit="Se connecter" %}
{% endblock content %}