{% extends "base.html" %} {% block "content" %} {% for item in items %} {{ item }} {{ item.name }} {% endfor %} {% endblock %}