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

Volumes

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