{%- block page_body %}
{%- include "invenio_theme/body.html" %}
{%- endblock page_body %}
{# -*- coding: utf-8 -*- Copyright (C) 2015-2018 CERN. Copyright (C) 2021 New York University. Copyright (C) 2020-2024 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. #} {#- base: invenio-theme v4.4.0 #} {#- changes: quite a few, see "change:" comments in the code #}
{%- block head %} {%- block head_meta %} {%- if description %} {%- endif %} {%- if keywords %} {%- endif %} {%- if config.get('THEME_GOOGLE_SITE_VERIFICATION', None) %} {%- for google_id in config.THEME_GOOGLE_SITE_VERIFICATION %} {%- endfor %} {%- endif %} {%- set meta_generator = get_meta_generator() -%} {%- if meta_generator -%} {%- endif -%} {#- Add meta tags from an existing "meta_robot_tags" Jinja variable or config #} {%- set meta_robot_tags = meta_robot_tags or config.get("THEME_META_ROBOT_TAGS") %} {%- for meta_tag in meta_robot_tags %} {%- endfor %} {%- endblock head_meta %} {%- block head_title %} {%- set title = title or _(config.THEME_SITENAME) or _('Invenio') %}