{% extends "base.html" %}

Subnodes

{% block content %} {% 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 %}