{% extends 'base/base.html' %} {% load static %} {% block title %}Resources{% endblock %} {% block head %} {% endblock %} {% block content %} {% include "base/navbar.html" %} Resources Search Options Topic {% for topic in topics %} {{ topic }} {% endfor %} Type {% for tag_type in tag_types %} {{ tag_type }} {% endfor %} Payment {% for payment_tier in payment_tiers %} {{ payment_tier }} {% endfor %} Level {% for complexity in complexities %} {{ complexity }} {% endfor %} Search Clear Search {% endblock %}
Search Options