{# Copyright (C) 2020 CERN. Copyright (C) 2020 Northwestern University. Invenio App RDM is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {# TODO: reinstate when search UI is fixed {% from "invenio_app_rdm/macros/searchbar.html" import render_searchbar %} #} {%- extends config.THEME_HEADER_TEMPLATE %} {%- block navbar %}
{% block search_left %}
{%- block brand %} {%- if config.THEME_LOGO %} {{_(config.THEME_SITENAME)}} {%- else %} {{_(config.THEME_SITENAME)}} {%- endif %} {%- endblock brand%}
{% endblock search_left%} {%- block search_middle %}
{# TODO: reinstate when search UI is fixed {{ render_searchbar('deposits-searchbar', searchbar_config) }} #}
{% endblock search_middle %} {% block search_right %} {% endblock %}
{%- endblock navbar %}