diff options
Diffstat (limited to '.templates/document.html')
| -rw-r--r-- | .templates/document.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.templates/document.html b/.templates/document.html deleted file mode 100644 index 602b9ec..0000000 --- a/.templates/document.html +++ /dev/null @@ -1,12 +0,0 @@ -{% 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 %}
\ No newline at end of file |
