{% extends "base.html" %} {% block banner_other %} {% endblock %} {% block main %} Table of Contents {% for child in current.children %} {{ child.title }} View Article {% endfor %} {% endblock %}