{% set page_title = title ~ ' - ' ~ wiki_title if title != 'README' else wiki_title %}{% include '_header.html' %}
{{ sidebar_body }}
{% if edit_url %}

Edit on {{git_forge}}


{% endif %} {{ markdown_body }} {% if backlinks %}

Pages that link to this page

{% endif %}
{% if bluesky_comments_post %}
{% endif %} {% include '_footer.html' %}