{% extends "base.tera" %} {% block content %} {% if tag %}

images tagged {{tag}}

view all images

{% else %}

images

view image tags

rss feed

{% endif %}

page {{page}}/{{page_max}}

{% if previous %} previous page {% endif %} {% if next %} next page {% endif %}
{% for resource in resources %} {{resource.alt}} {{resource.title}} {% endfor %}
{% endblock content %}