{% 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 %} {% block content %} {% include "core/digital_object/landingpage_content.html" %} {% endblock %} {% block script %} {% if static_html and not no_redirect %} {% endif %} {% include "core/digital_object/landingpage_script.html" %} {% endblock %}