{% block head %} {% endblock %}
Zer.ooo
{% if user %}
{{ user.username }}
Logout
{% else %}
Login
{% endif %}
{% block content %} {% endblock %}