{% extends 'base.html' %} {% load static %} {% block extrahead %} {{ block.super }} {% endblock extrahead %} {% if user.is_authenticated %}
Log out
{% endif %} {% block content %} {% endblock content %}