{% from "macros/topic.html" import render_topic %}
{% for item in this.children %} {{ render_topic(item, this.alt) }} {% endfor %}