{% extends "base.html" %} {% block title %}{{ SITENAME }} - {{ page.title|striptags }}{%endblock%} {% block head %} {{ super() }} {% if page.authors %} {% for author in page.authors %} {% endfor %} {% endif %} {% if page.summary %} {% else %} {% endif %} {% if page.canonical %} {% endif %} {% endblock head %} {% block content %}
{% if page %} {{ page.content }} {% endif %}
{% endblock content %}