{% extends "base.html" %} {% load static %} {% load markdown_extras %} {% block title %} Joanna Lemon Learning - Resource List {% endblock title %} {% block content %} {% include "resources/admin_bar.html" %} {# featured resources #} {% if featured_resources %}
There are no featured resources
{% endif %} {# standard resources #} {% if resource_list %}There are no resources
{% endif %} {% endblock content %}