{{ markdown_body }}
{% if backlinks %}
Pages that link to this page
-
{% for link in backlinks %}
- {{link[1]}} {% endfor %}
{% set page_title = title ~ ' - ' ~ wiki_title if title != 'README' else wiki_title %}{% include '_header.html' %}
{% include '_body-header.html' %}