{% extends "base.html" %} {% block main %} Table of Contents {% for item in toc_items %} {{ item.name }} {% endfor %} {% endblock %}