{% extends "base.html" %} {% block content %} {% include "node_meta.html" %} {% if children_count %}
{% for child in children %}
{% include "card.html" ignore missing with context %}
{% endfor %}
{% else %}

This topic has no children. This is unexpected. You should probably go-up the hierarchy.

{% endif %} {% endblock %}