{% 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 %} From @{{subnode.user}}: {{subnode.uri}}
{{ subnode.content|markdown|linkify|safe }}
{% endfor %}
Backlinks:
{% for subnode in backlinks %} {{ subnode.uri }}: {{subnode.wikilink}}
{% endfor %} {% endblock %}