{% extends 'page.html' %} {% block userblock %} {% if current_user != "anonymous" %}
  • {{ current_user }}
  • Logout
  • {% endif %} {% endblock %} {% block content %}
    {% csrf_token %} {{ form }}
    {% endblock %}