{% extends "theme-base.html" %} {% block styles %} {{ super() }} {% if self.document_header_content() %} {% endif %} {% if self.document_footer_content() %} {% endif %} {% if self.document_footer_print() %} {% endif %} {% endblock %} {% block container %}
{% block document_header %}
{% block document_header_content %}{% endblock %}
{% 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 }}
{% block document_print %}
📌 Aquest document pot quedar desactualitzat després d’imprimir-lo. Pots consultar la versió més recent a la pàgina web.
🌿 Abans d’imprimir aquest document, considera si és realment necessari. Redueix el consum de paper i ajuda a protegir el nostre entorn.
{% endblock %}
{% endblock %}
{% include "partials/source-file.html" %} {% include "partials/feedback.html" %} {% include "partials/comments.html" %}
{% endblock %}