{% extends "zerver/portico_signup.html" %} {# Home page for not logged-in users. #} {# This is where we pitch the app and solicit signups. #} {% block portico_content %}

{{ _("Create a new Zulip organization") }}

{{ csrf_input }}
{% if form.email.errors %} {% for error in form.email.errors %}
{{ error }}
{% endfor %} {% endif %}
{% endblock %}