{% extends "base.html" %} {% block body %} {% for obj in objects %}
  • {{ obj["title"] }}
  • {% endfor %} {% endblock %}