{# Base template for the CKAN theming system. This template defines the overall structure of the HTML document, including blocks for the head, body, styles, scripts, and main content area. -#} {%- block document -%} {#- Allows the DOCTYPE to be set on a page by page basis -#} {%- block doctype %}{% endblock %}
{#- Document head block - contains meta tags, title, links to stylesheets, etc. -#} {%- block document_head %} {%- block meta %} {%- block meta_csrf %} {% endblock meta_csrf %} {%- block meta_generator %}{% endblock %} {%- block meta_viewport %}{% endblock %} {%- endblock meta -%}