{% if theme_source_edit_link and sourcename %}
{% set source_filename = sourcename[:-4] if sourcename[-4:] == '.txt' else sourcename %}
Edit this page
{% endif %}
{% if theme_repository_url %}
{{ repository_icon(theme_repository_url) }}
Source repository
{% endif %}
{% block body %}{{ body }}{% endblock %}
{% if prev or next %}
{% endif %}