{% extends "base.html" %} {% block content %} {% if not subnodes %} No node found for '{{wikilink}}'.

If you contributed a subnode named '{{wikilink}}' to the Agora, this node would not be empty :)

Go back to /nodes? {% endif %} {% for subnode in subnodes %}
Subnode {{subnode.uri}} by @{{subnode.user}} {{ subnode.content|markdown|linkify|safe }}
{% endfor %} {% endblock %}