{% extends "base.html" %} {% block maincontent %}
{% for blob in objects %}
{{ blob }}
{% endfor %}
{% endblock maincontent %}