{% extends "default.html" %} {% block title %}List of objects | {{ site_name }}{% endblock %} {% block content %} Objects {% for object in objects %} {{ object.id }} {{ object.description }} {% endfor %} {% endblock %}