{# -*- coding: utf-8 -*-
Copyright (C) 2019 - 2021 CERN.
Copyright (C) 2019 - 2021 Northwestern University.
Copyright (C) 2020 - 2021 TU Wien.
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.
#}
{%- extends config.BASE_TEMPLATE %}
{%- block page_header %}
{% include config.THEME_HEADER_TEMPLATE %}
{%- endblock %}
{%- block page_hero %}
{%- endblock page_hero %}
{%- block page_body %}
{%- set rdm_policy_link = "https://www.tuwien.at/index.php?eID=dms&s=4&path=Directives%20and%20Regulations%20of%20the%20Rectorate/Policy%20for%20Research%20Data%20Management.pdf" %}
{%- endblock page_body %}
{%- block page_footer %}
{% include config.THEME_FOOTER_TEMPLATE %}
{%- endblock page_footer %}
{%- block trackingcode %}
{% include config.THEME_TRACKINGCODE_TEMPLATE %}
{%- endblock %}