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