{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2015-2019 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_SEARCH_TEMPLATE %} {%- from "invenio_communities/macros.html" import community_header %} {% set title = community.title + " | " + config.THEME_SITENAME %} {% set search_hidden_params = {"communities": community.id} %} {%- block page_header %} {% set search_input_placeholder = "Search " + community.title %} {% include "invenio_search_ui/header.html" %} {%- endblock page_header %} {% block page_body %}
{{ community_header(community) }} {{super()}}
{% endblock page_body %}