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