{% 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 %}

Let's get started…

{% csrf_token %}  
{% 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.
Sign up with Google
{% endblock %}