{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2016-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_BASE_TEMPLATE %} {%- from "invenio_communities/macros.html" import community_header %} {% set title = community.title + " | " + config.THEME_SITENAME %} {%- block css %} {{ super() }} {% assets "invenio_communities_css" %}{% endassets %} {%- endblock css %} {%- block javascript -%} {% assets "invenio_communities_js" %}{% endassets %} {%- endblock javascript -%} {% block page_body %}