{#- Page template for Clear Theme. @copyright (c) 2016 by Igor Kalnitsky @license MIT, 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 %}