{% extends "zerver/emails/compiled/email_base_default.html" %} {% block illustration %} {% endblock %} {% block content %}
{{ _('Hello there.') }}
{{ _('You recently signed up for Zulip. Awesome!') }}
{{ _('To complete signup, please click here:') }} {{ _('Complete registration') }}
{% trans %} Feel free to give us a shout at {{ support_email }}, if you have any questions. {% endtrans %}
{{ _("Cheers,") }}
{{ _("Team Zulip") }}