{% 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 %} (user: {{subnode.user}}) {{ subnode.uri }}: {{subnode.wikilink}}
{% endfor %}
{% endblock %}