{% extends "base.html" %} {% block banner_other %} {% endblock %} {% block main %} Volumes {% for child in current.children %} {{ child.title }} View Volume {% endfor %} {% endblock %}