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