{% extends "base.html" %} {% block content %} {% if not subnode %} No subnode found matching '{{subnode}}'.

Go back to /nodes, /nodes? {% endif %} Subnode: @{{subnode.user}} on {{subnode.wikilink}}: (self) (go to node)
{{ subnode.content|markdown|linkify|safe }}

Backlinks:
{% for subnode in backlinks %} {{ subnode.uri }}: {{subnode.wikilink}}
{% endfor %} {% endblock %}