{#- 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" %} {% if document.summary %} {% set summary = document.summary.replace('\n', ' ').strip() %} {% endif %} {% block head -%} {{ super() }} {% if document.author -%} {% endif %} {%- if document.summary -%} {%- endif %} {% if 'twitter_cards.username' in theme and document.summary -%} {% endif %} {%- endblock %} {% block title -%} {{ document.title }} {%- endblock %} {% block content %}

{{ document.title }}

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