{% 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 %}
{% endfor %}
Type {% for tag_type in tag_types %}
{% endfor %}
Payment {% for payment_tier in payment_tiers %}
{% endfor %}
Level {% for complexity in complexities %}
{% endfor %}
{% endblock %}