{% if theme() and file_exists('app/templates/themes/' + theme() + '/base.html') %} {% extends 'themes/' + theme() + '/base.html' %} {% else %} {% extends "base.html" %} {% endif %} %} {% from 'bootstrap/form.html' import render_form %} {% block app_content %}
{{ _('Search') }}

Type address in the format !community@server.name. Search on Lemmyverse.net to find some.

{{ render_form(form) }}
{% if new_community and not new_community.banned %}
{{ _('Found a community:') }}
{% endif %} {% endblock %}