{% extends 'base.html' %} {% block head %} {{ super() }} {% endblock head %} {% block body %} Options Tags Count Use base64 encoding? Show fullsize (instead of thumbnail image)? Show tags of image? Help {% for image in data %} Image #{{ image.index }} {% if base64 %} {% else %} {% if showfull %} {% else %} {% endif %} {% endif %} {% if showtags %} {{ image.tags }} {% endif %} {% endfor %} {% endblock body %}