blob: e2608c26796e80a4e736be3c976b6b48e22d4ab9 [file] [log] [blame]
{% extends "base.html" %}
{% block title %}{{ page.title|striptags|escape }} | {{ SITENAME }}{% endblock %}
{% block subheader %}{% endblock %}
{% block content %}
<article>
<div class="article_title">
<h1><a href="{{ SITEURL }}/{{ page.url }}" class="nohover">{{ page.title }}</a></h1>
</div>
<div class="article_text">
{{ page.content }}
</div>
</article>
{% endblock %}
{% block scripts %}
{{ super() }}
{% endblock scripts %}