{% extends "base.html" %} {% block banner_other %} {{ current.title }} {% endblock %} {% block main %}

Issues

{% for child in current.children %} {% endfor %}
{% endblock %}