{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2026 CERN. Invenio 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 release = repo.get('latest') %} {%- block repository_item %}
{%- block repository_item_extra_info %} {# A slot for higher-level modules (e.g. RDM) to add additional UI metadata, for example a link to the repo's latest record. #} {%- endblock %}
{%- block item_repo_switch %} {%- set repo = repo.instance %} {%- include config.VCS_TEMPLATE_REPO_SWITCH with context %} {%- endblock %}
{%- endblock %}