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