{# Copyright (C) 2026 Front Matter. Invenio App RDM is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- set title = _("People") %} {%- extends config.BASE_TEMPLATE %} {%- block css %} {{ super() }} {{ webpack['invenio-pidbox-profiles.css'] }} {%- endblock %} {%- block javascript %} {{ super() }} {{ webpack['invenio-pidbox-overridable-registry.js'] }} {{ webpack['invenio-app-rdm-search.js'] }} {%- endblock %} {%- block page_body %}

{{ _("People") }}

{%- endblock page_body %}