{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2016-2020 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. #} {# TODO: Use url_for instead #}
{% if logo %}
{% else %}
{% endif %}

{{ community.metadata.title }}

{{ community.metadata.description }}

{# TODO: Add proper statistics #}
{# TODO: use "url_for" with appropriate querystring parameter #} {% set header_menu_items = { 'search': ('Search', url_for('invenio_communities.communities_detail', pid_value=community.id), 'search icon'), 'settings': ('Settings', url_for('invenio_communities.communities_settings', pid_value=community.id), 'settings icon'), } %}