{# Copyright (C) 2020-2021 Graz University of Technology. Copyright (C) 2025 I-Form Advanced Manufacturing Research Centre. invenio-theme-iform is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {% set lang_attr = g.ln.split('_', 1)[0]|safe if g.ln else '' %} {% set html_class_attr = html_css_classes|join(' ') if html_css_classes else '' %} {% set body_class_attr = body_css_classes|join(' ') if body_css_classes else '' %} {% set rtl_attr = rtl_direction|safe if rtl_direction and g.ln else '' %}
{%- 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 %} {%- endblock head_meta %} {%- block head_title %} {%- set title = title or config.THEME_SITENAME %}"This is the test instance of the I-Form Repository."