{% extends 'base/base.html' %} {% load as_icon %} {% load to_kebabcase %} {% load get_category_icon %} {% load static %} {% block title %}Resources{% endblock %} {% block head %} {# Inject a JSON object of all valid filter types from the view #} {% endblock %} {% block content %} {% include "base/navbar.html" %}
{# Filtering toolbox #}

Want to suggest more resources? Open an issue on GitHub.

{# Message to display when there are no hits #}

No matching resources found!

{# Resource cards #}
{% for resource in resources.values %} {% include "resources/resource_box.html" %} {% endfor %}

Want to suggest more resources? Open an issue on GitHub.

{% endblock %}