{# Base navigation screen for resources #} {% extends 'content/base.html' %} {% load static %} {# Show a GitHub button on tag pages #} {% if is_tag_listing %} {% block title_element %}
{% endblock %} {% endif %} {% block page_content %} {# Nested Categories #} {% for category, data in categories.items %} {% endfor %} {# Single Pages #} {% for page, data in pages.items %}{{ data.description }}
{% endif %}