{% extends 'base.html' %} {% block content %} {{title}} {% for list_item in list_section %} {{list_item}} {% endfor %} {% endblock %}