{% extends "base.html" %} {% from 'bootstrap/form.html' import render_form %} {% block app_content %}
Type address in the format !community@server.name. Search on Lemmyverse.net to find some.
{{ render_form(form) }}{{ new_community.title }}@{{ new_community.ap_domain }}
{% if subscribed %} {{ _('Unsubscribe') }} {% else %} {{ _('Subscribe') }} {% endif %}