{# -*- 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 #} {%- set search = "/communities/" + comid.pid_value|string -%} {%- set members = "/communities/" + comid.pid_value|string +"/members" -%} {%- set settings = "/communities/" + comid.pid_value|string + "/settings" -%} {%- set curate = "/communities/" + comid.pid_value|string + "/curate" -%} {% block sidebar %}

{{ community.title }}

{% if community.website %}

{{ community.website }}

{% endif %}

{{ community.description | safe }}

{% for domain in community.domains %} {{ domain }} {% endfor %}
5,550
Views
4,200
Downloads
{% endblock %}