{% extends "base.html" %} {% block content %} {% if not subnodes %}
No node found at [[{{wikilink}}]].

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

Try listing nodes or perhaps search.
{% endif %} {% if subnodes %}
Node [[{{wikilink}}]] {% for subnode in subnodes %}
Subnode {{subnode.uri}} by @{{subnode.user}} {{ subnode.content|markdown|linkify|safe }}
{% endfor %}
{% endif %} {% include "links.html" %} {% endblock %}