{% 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 %}
Participate in the real-time conference discussion using Zulip!
Let's get started…
{% if form.email.errors %}
{% for error in form.email.errors %}
{{ error }}
{% endfor %}
{% endif %}
Please use your
company email address to sign up. Otherwise, we won’t be able to
connect you with your coworkers.