{# 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. #} {%- extends config.BASE_TEMPLATE %} {%- block head_links %} {{ super() }} {%- endblock head_links %} {%- block css %} {{ webpack['theme.css']}} {{ webpack['invenio-app-rdm-search-theme.css']}} {%-endblock %} {%- block page_header %} {%- include config.DEPOSITS_HEADER_TEMPLATE %} {%- endblock page_header %} {%- block page_body %} {%- if record %} {%- endif %} {%- if forms_config %} {%- endif %}
{%- endblock page_body %} {%- block javascript %} {{ super() }} {# TODO: Reinstate when search UI is fixed #} {# {{ webpack['invenio-app-rdm-deposits-deposit-searchbar-js.js'] }} #} {{ webpack['invenio-app-rdm-deposits-deposit-form-js.js'] }} {%- endblock %}