{% extends 'layout.html' %} {% block content %} {% for item in list %}
{{ item.title }}
{% endfor %} {% endblock %}