{% block extrahead %} {% endblock %} {% extends "base.html" %} {% block htmltitle %} {% if page.meta and page.meta.title %} {{ page.meta.title }} {% elif page.title and not page.is_homepage %} {{ page.title | striptags }} {% else %} {{ config.site_name }} {% endif %} {% endblock %} {% block content %} {% if "material/tags" in config.plugins and tags %} {% include "partials/tags.html" %} {% endif %} {% include "partials/actions.html" %} {% if "\x3ch1" not in page.content %} {% endif %} {{ page.content }} {% include "partials/source-file.html" %} {% include "partials/feedback.html" %} {% include "partials/comments.html" %} {% endblock %}