{# Copyright (C) 2019-2022 CERN Copyright (C) 2024 KTH Royal Institute of Technology. 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. #} {% macro records_list( title=_("Recent uploads"), fetch_url="/api/records?sort=newest&size=10" ) %}

{{ title }}

{% for n in range(10) %}
{% if n < 9 %}
{% endif %} {% endfor %}
{{ webpack["invenio-app-rdm-frontpage.js"]}} {% endmacro %}