{{ title }}
{% if description %}{{ description }}
{% endif %} {% if tags | length > 0 %} {% endif %}
{% if toc | length > 0 %}
{% endif %}
{% if backlinks | length > 0 %}
{{ content | safe }}
Pages that link here
-
{% for link in backlinks %}
- {{ link.title }} {% endfor %}