{% extends 'base.html' %} {% block content %}

{{ resource.name }}

Subject: {{ resource.main_resource_category }}
Age range: {{ resource.age_range }}
Resource type: {{ resource.resource_type }}

Feature images

{% for tn_url, tn_filename in resource.thumbnails %} {{ tn_filename }} {% endfor %}

Resource preview

{% for snapshot_filename, snapshot_urls in resource.snapshot_urls.items %}
{{ snapshot_filename }}
{% for snapshot_url in snapshot_urls %} {{ snapshot_filename }} {% endfor %}

What's included?

{{ resource.description }}

What's it for?

{% lorem %}

Resource Details

{% lorem %}

Download the resource

Click to download the resource
{% endfor %}
Logged in as {{ request.user.username }}
{% endblock content %}