blob: 861355488c075b3bac9b89ae55a999533c3fe3dd [file] [log] [blame]
{% extends "base.html" %}
{% block title %}{{ SITENAME }} - {{ page.title }}{% endblock %}
{% block content %}
<header>
<h3>{{ page.title }}</h3>
</header>
<article>
<div id="article_title">
<a href="{{ SITEURL }}/{{ page.url }}" rel="bookmark">{{ page.title }}</a>
</div>
<div id="article_text">
{{ page.content }}
</div>
</article>
<footer>
<a href="{{ SITEURL }}/" class="button_accent">&larr; Back to Index</a>
</footer>
{% endblock %}