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

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

{% block scm_info %}
<a href="https://bitbucket.org/ojacobson/grimoire.ca/src/master/wiki/{{ path }}.md">See this page on Bitbucket</a> (<a href="https://bitbucket.org/ojacobson/grimoire.ca/history-node/master/wiki/{{ path }}.md">history</a>).
{% endblock %}