{#
SPDX-FileCopyrightText: 2020-2025 CERN.
SPDX-License-Identifier: MIT
#}
{%- if external_resources -%}
{{ _('External resources')}}
{# dynamically create the list of external resources #}
{%- for section, external_resources in external_resources | groupby("content.section") -%}
{{ section }}
{%- for resource in external_resources -%}
{%- if resource -%}
{%- if resource.template -%}
{# It's up to the template to render the `resource` as it wishes #}
{%- include resource.template %}
{%- else -%}
{# Default rendering #}