{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2015-2018 CERN. 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. #} {% extends config.SEARCH_UI_BASE_TEMPLATE %} {%- block css %} {{ super() }} {{ webpack['search_ui_theme.css'] }} {# assets "invenio_search_ui_search_css" %}{% endassets #} {%- endblock css %} {%- block javascript %} {{ super() }} {{ webpack['search_ui_app.js'] }} {# assets "invenio_search_ui_search_js" %}{% endassets #} {%- endblock javascript %} {%- block body_inner %}