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

{{item.title}}

{{item.content}}
{% endfor %} {% endblock %}