{% extends "base.html" %}{% load static %} {% load static %} {% block title %}View a resource{% endblock %} {% block head %} {% endblock %} {% block body %} {% if not_found %} The requested link was not found. It might not have ever existed, or it could have expired. {% else %} {% if invalid_password %} The password that you provided was invalid! {% endif %}
{% csrf_token %} {{ form.as_p }}


{% endif %} {% if request.user.is_authenticated %} Log out {% endif %} {% endblock %}