{# Shared skeleton for the bundled documents. The stylesheet is included rather than linked so a rendered document needs no fetching at all — which is what lets the default asset policy deny everything and still work. Override any of these blocks from a template of the same name in the project's own template_dir; it shadows the bundled one. #} {% block doc_title %}{{ doc.title or "Documento" }}{% endblock %} {% block extra_head %}{% endblock %} {% if doc.branding.footer_text %} {% endif %} {% block header %}
{% if doc.branding.logo_data_uri %} {% endif %}

{% block heading %}{{ doc.title or "Documento" }}{% endblock %}

{% block subheading %}{% endblock %}
{% block header_meta %}{% endblock %}
{% endblock %} {% block content %}{% endblock %}