{# Copyright (C) 2020-2023 Graz University of Technology. invenio-theme-tugraz 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.INVENIO_THEME_TUGRAZ_BASE_TEMPLATE %} {%- block javascript %} {{ webpack['invenio-theme-tugraz-js.js'] }} {%- endblock javascript %} {%- block page_body %}
{% include "invenio_theme_tugraz/frontpage_overview.html" %} {% include "invenio_theme_tugraz/recent_uploads.html" %}
{% include "invenio_theme_tugraz/contact_us.html" %} {% include "invenio_theme_tugraz/benefits.html" %}
{%- endblock %}