{% extends 'base.html' %}{% block title %}Вход — Timerr{% endblock %}{% block content %}

Вход

{% csrf_token %}{{ form.as_p }}
{% endblock %}