{% extends "galleries/base.html" %} {% load cache typogrify_tags thumbnail %} {% block title %} {% if cleancat %}{{ cleancat }}: {% else %}Photo galleries {% endif %} {% endblock %} {% block bodyid %}gallery_list{% endblock %} {% block hdrimages %} {% for gal in gallery_list %} {% with gal.get_image as image %} {{image.caption}} {% endwith %} {% endfor %} {% endblock %} {% block content %}

Photo Galleries

{% endblock %}