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