{% extends "base.html" %} {% load static %} {% block title %} Joanna Lemon Learning - Resource List {% endblock title %} {% block content %} {% if request.user.is_authenticated and request.user.is_staff %}
Only you will see this bar - normal users will not see it. It allows us to include buttons for adding new resources, etc.
{{ resource.description }}
DetailsThere are no resources
{% endif %}