{% extends "template.html" %} {% block content %}

{{class_name}}

{% for item in items%} {{item}}
{% endfor %} {% endblock %}