{% extends "base.html" %} {% block content %}

Subnodes

{% if not subnodes %} No subnodes found for the given term or path.

Go back to /nodes? {% endif %} {% for subnode in subnodes %} @{{subnode.user}} subnoded {{subnode.wikilink}}.
{% endfor %}
{% endblock %}