blob: de1bf38dc964a0677157811597a3ac7f91372490 [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; Index</a>
</footer>
{% endblock %}