{% extends 'core/base/base.html' %}
{% comment %}
SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR)
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% block content %}
{% include "core/digital_object/landingpage_content.html" %}
{% endblock %}
{% block script %}
{% if has_write_permission %}
{% endif %}
{% include "core/digital_object/landingpage_script.html" %}
{% endblock %}