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