{% extends "public/content.html" %} {% load thumbnail %} {% block headtitle %}Media Centre{% endblock %} {% block title %}

Media Centre

{% endblock %} {% block content %}

Please select an area from the list below.

{% for section in sections %}

{{ section }}

{% empty %}

No sections found.

{% endfor %} {% endblock %}