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

{{class_name}}

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