{% extends base %} {% block content %}
{% for item in items %} {% endfor %}
{{item}}
{%endblock%}