{% extends "zerver/emails/email_base_default.html" %} {% block content %}

Hi there,

{{ referrer.full_name }} ({{ referrer.email }}) wants you to join them on Zulip — the group communication tool you've always wished you had at work.

{% if custom_body %}

Message from {{ referrer.full_name }}: {{ custom_body }}

{% endif %}

To get started, visit the link below:
{{ activate_url }}

Feel free to give us a shout at {{ support_email }}, if you have any questions.

Cheers,
The Zulip Team

{% endblock %}