summaryrefslogtreecommitdiff
path: root/.templates/document.html
blob: 602b9ec17ec05d6b1c50ead659d22ddd5e34ef07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% extends 'base.html' %}

{% block content %}
<div id="article">
	{{ content }}
</div>
{% endblock %}

{% block scm_info %}
<a href="https://github.com/grimoire-ca/bliki/blob/main/wiki/{{ path }}.md">See this page on Github</a> (<a
	href="https://github.com/grimoire-ca/bliki/commits/main/wiki/{{ path }}.md">history</a>).
{% endblock %}