{% extends 'base.html' %} {% block head %} {{ super() }} {% endblock head %} {% block body %}
Options

{% for image in data %}
Image #{{ image.index }}
{% if showtags %}
{{ image.tags }}
{% endif %}
{% endfor %}
{% endblock body %}