{% extends "layout.html" %} {% block body %}

Category: {{ resource.title }}

{{ body }}

Resources With This Category

{% for resource in resource.get_sources(resources) %}

{% if resource.excerpt %}
{{ resource.excerpt }}
{% endif %}

{% endfor %}
{% include "sidenav.html" %}
{% endblock %}