{% 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" %}