{% extends "drive/layout.html" %} {% block body %} {% if user.is_authenticated %}
{% csrf_token %} {% if error %}
{{ error }}
{% endif %}
{% endif %} {% endblock %}