{% extends "partials/base.html" %} {% block body %} {{ content }} {% for exhibit in exhibits %} {% for collectible in exhibits[exhibit] %} {% include "partials/preview.html" %} {% endfor %} {% endfor %} {% endblock %}