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