{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2023 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. #} {%- macro doi_badge(doi, github_id, modal_name='') %} {%- block doi_badge scoped %} {% set doi_url = url_for('invenio_github_badge.latest_doi', github_id=github_id, _external=True) %} {% set image_url = url_for('invenio_github_badge.index', github_id=github_id, _external=True) %} {% set modal_name = modal_name or (doi | replace('/', '-')) %} {{ doi }} {%- endblock %} {%- endmacro %}