{% load static %} Title
×
{% if user.is_authenticated %}
{{ user.username }}
{% endif %}
{% block content %} {% endblock %}