{% extends "base.html" %} {% load static %} {% block style %} {% endblock style %} {% block content %}

Instructions

{% if not user.is_authenticated %} {% else %} {% endif %}
{% endblock content %}