{% extends "base.html" %} {% block content %} {{ super() }} Hello {{ username }} {% for i in arr %} {{ i }} {% endfor %} {% endblock %}