{# SPDX-FileCopyrightText: 2016-2020 CERN. SPDX-FileCopyrightText: 2023 Northwestern University. SPDX-FileCopyrightText: 2026-2026 TU Wien. SPDX-License-Identifier: MIT #} {#- base: invenio-communities v22.0.0 #} {#- changes: relax condition for rendering "new community" button, move explainer, hide search bar stuff #} {% extends "invenio_communities/base.html" %} {% from "invenio_communities/macros/communities_carousel.html" import communities_carousel %} {%- set title = _("Communities") -%} {%- block javascript %} {{ super() }} {{ webpack['invenio-communities-frontpage.js'] }} {{ webpack['invenio-communities-frontpage-tuw.js'] }} {%- endblock %} {%- block page_body %}

{{_('Communities')}}

Organise, curate, and collaborate on records for your institution, project, topic, or event. {%- if current_user.is_authenticated %}
{{_('New community')}}
{%- endif %}
{#- change: remove explainer text and search bar stuff -#}
{%- block top_banner %} {{ communities_carousel(showUploadBtn=False) }} {%- endblock top_banner %}
{% if current_user.is_authenticated %}

{{_('My communities')}}

{{ _('See all')}}
{% endif %}

{{ _('New communities') }}

{{ _('See all')}}
{#- change: add "themed communities" section #}

{{ _('Themed communities') }}

{{ _('See all')}}
{%- trans sitename=config.THEME_SITENAME -%}

Themed communities allow individual communities on {{ sitename }} to have custom visual identities while preserving the overall repository brand. This feature is particularly useful for communities who want their presence to reflect their brand identity. Each themed community can:

{%- endtrans -%}
{%- endblock page_body %}