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