{# SPDX-FileCopyrightText: 2016-2018 CERN. SPDX-License-Identifier: MIT #} {%- import 'invenio_theme/admin_layout.html' as layout_overwrite with context -%} {%- import 'admin/layout.html' as layout with context -%} {%- import 'admin/static.html' as admin_static with context -%}
{%- 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 %} {%- endblock head_meta %} {%- block head_title %} {%- set title = title or _(config.THEME_SITENAME) or _('Invenio') %}