{% extends "base.html" %} {% block head_title %} {{ SITENAME | striptags }} :: {{ page.title|striptags }} {% endblock head_title %} {% block head %} {{ super() }} {% if page.summary %} {% endif %} {% for tag in page.tags %} {% endfor %} {% endblock %} {% block main %}

{{ page.title }}

{% if not page.hidemeta %}

{% if page.authors %} {% for author in page.authors %} {{ author }} {% if not loop.last %} , {% else %}
{% endif %} {% endfor %} {% endif %} {{ page.locale_date }} {% if page.license %}
{{ page.license[0] }} {% endif %}

{% endif %}
{% if page.summary %}

{{ page.summary }}

{% if 'add_sidenotes' in JINJA_FILTERS %} {{ page.content | add_sidenotes }} {% else %} {{ page.content }} {% endif %}
{% endif %} {% endblock main %}