{# SPDX-FileCopyrightText: 2015-2022 CERN. SPDX-License-Identifier: MIT #} {% extends config.PAGES_BASE_TEMPLATE %} {% set title = page.title %} {% block page_body %}
{% block content %}{{ page.content|safe }}{% endblock %}
{% endblock %}