{% extends "base.html" %} {%- block head_title %} {{ SITENAME }} :: {{ page.title|striptags }} {% endblock head_title %} {% block head %} {{ super() }} {% if page.description %} {% endif %} {% for tag in page.tags %} {% endfor %} {% endblock %} {%- block title %} {{ page.title }} {% endblock title %} {%- block author %} {% if page.authors %} {% for author in page.authors %} {{ author }} {% if not loop.last %} , {% else %}
{% endif %} {% endfor %} {{ page.locale_date }} {% if page.license %}
{{ page.license[0] }} {% endif %} {% endif %} {% endblock author %} {%- block abstract %} {{ page.summary }} {% endblock abstract %} {%- block content %} {{ page.content }} {% endblock content %}