{% if SETTINGS.banner_1 %} {% endif %} {% if SETTINGS.banner_2 %}{% endif %} {% if SETTINGS.banner_3 %}{% endif %}
{% if is_homepage != '1' %}

{% if SETTINGS.explore_page_title %} {{SETTINGS.explore_page_title|raw}} {% else %} {{ _('Unleash your passions, find your tribe')}} {% endif %}

{% if SETTINGS.explore_page_description %} {{SETTINGS.explore_page_description|htmlspecialchars_decode|raw}} {% else %} {{ _('Discover vibrant communities where your interests thrive.')}} {% endif %}

{% include "room_search.html" %}
{% endif %}
{% if SETTINGS.banner_1 or SETTINGS.banner_2 or SETTINGS.banner_3 %} {% if SETTINGS.banner_1 %}

{{SETTINGS.banner_1_title|raw}}

{{SETTINGS.banner_1_description|htmlspecialchars_decode|raw}}

{% endif %} {% if SETTINGS.banner_2 %}

{{SETTINGS.banner_2_title|raw}}

{{SETTINGS.banner_2_description|htmlspecialchars_decode|raw}}

{% endif %} {% if SETTINGS.banner_3 %}

{{SETTINGS.banner_3_title|raw}}

{{SETTINGS.banner_3_description|htmlspecialchars_decode|raw}}

{% endif %} {% else %} {% if SETTINGS.homepage_banner %}

{% if SETTINGS.homepage_title %}{{SETTINGS.homepage_title|raw}}{% endif %}

{% if SETTINGS.homepage_description %}{{SETTINGS.homepage_description|htmlspecialchars_decode|raw}}{% endif %}

{% else %}

{{ _('Connect. Create. Belong.')}}

{{ _("where you can connect with like-minded individuals, unleash your creativity, and find a sense of belonging. Whether you're an artist, gamer, or passionate learner, this is the place to forge meaningful connections, express yourself, and be part of a supportive community..")}}

{% endif %} {% endif %}