{#- holocron/themes/default/templates/page.html ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Default template for rendering Holocron pages. :copyright: (c) 2014 by the Holocron Team, see AUTHORS for details. :license: 3-clause BSD, see LICENSE for details. -#} {% extends "base.html" %} {% block title %}{{ document.title }} | {{ site.title }}{% endblock %} {% block content %}

{{ document.title }}

{% block article_meta %} {% endblock %}
{{ document.content }}
{% endblock %}