{% extends "t.html" %} {% block content %} {{ super() }} Hello {{ user }} {% for i in [1,2,3] %} {{ i }} {% endfor %} {% endblock %}