{# # This file is part of Invenio. # Copyright (C) 2015, 2016 CERN. # # Invenio is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of the # License, or (at your option) any later version. # # Invenio is distributed in the hope that it will be # useful, but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Invenio; if not, write to the # Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307, USA. # # In applying this license, CERN does not # waive the privileges and immunities granted to it by virtue of its status # as an Intergovernmental Organization or submit itself to any jurisdiction. #} {%- 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) or _('Invenio') %} {{title}} {%- endblock head_title %} {%- block head_links %} {%- if keywords %}{% endif %} {%- block head_links_langs %} {%- if alternate_urls %} {%- for alt_ln, alternate_url in alternate_urls.items() %} {%- endfor %} {%- endif %} {%- endblock %} {%- block head_apple_icons %} {%- for size in [144, 114, 72, 57] %} {%- set icon_name = 'apple-touch-icon-%d-precomposed.png' | format(size) %} {%- endfor %} {%- endblock head_apple_icons %} {%- endblock head_links %} {%- block header %}{% endblock header %} {%- block css %} {% assets "invenio_theme_css" %}{% endassets %} {%- endblock css %} {%- endblock head %} {%- block body %} {%- block browserupgrade %} {%- endblock browserupgrade %} {%- block body_inner %} {%- block page_header %} {% include "invenio_theme/header.html" %} {%- endblock page_header %} {%- block page_body %} {% include "invenio_theme/body.html" %} {%- endblock page_body %} {%- block page_footer %} {% include "invenio_theme/footer.html" %} {%- endblock page_footer %} {%- endblock body_inner %} {%- block javascript %} {% include "invenio_theme/javascript.html" %} {%- endblock javascript %} {%- block trackingcode %}{% include "invenio_theme/trackingcode.html" %} {%- endblock %} {%- endblock body %}