{# -*- 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 %}
{%- endblock page_body %}
{%- block page_footer %}
{% include config.THEME_FOOTER_TEMPLATE %}
{%- endblock page_footer %}
{%- block trackingcode %}
{% include config.THEME_TRACKINGCODE_TEMPLATE %}
{%- endblock %}