{% extends "main.html" %} {% block styles %} {{ super() }} {% if self.document_header() %} {% endif %} {% if self.document_footer() %} {% endif %} {% endblock %} {% block container %}
{% block document_header %}{% endblock %}
 
{% block content %} {% if "material/tags" in config.plugins and tags %} {% include "partials/tags.html" %} {% endif %} {% include "partials/cover.html" %} {% include "partials/actions.html" %} {{ page.content }} {% endblock %}
{% include "partials/source-file.html" %} {% include "partials/feedback.html" %} {% include "partials/comments.html" %}
{% endblock %}