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

If you contributed a node named '{{wikilink}}' to the Agora, here is where your node would be :)

Go back to /nodes? {% endif %} {% for node in nodes %} {{ node.dir }}: {{node.wikilink}}
{{ node.content|markdown|linkify|safe }}
{% endfor %} Backlinks:
{% for node in backlinks %} {{ node.dir }}: {{node.wikilink}}
{% endfor %} {% endblock %}