{% extends "themes/"|add:settings.page_theme|add:"/base.html" %} {% load tag_help %} {% block head_extensions %} {% include 'pygal/repeat_head.html' %} {% endblock head_extensions %} {% block modal %}
{% endblock modal %} {% block content %} {% with item=item.prv %} {% include "pygal/thumb.html" %} {% endwith %} {% with item=item.nxt %} {% include "pygal/thumb.html" %} {% endwith %} {% endblock content %}