{% extends "zerver/emails/compiled/email_base_default.html" %} {% block illustration %} {% endblock %} {% block content %}
{{ _('You recently signed up for Zulip. Awesome!') }}
{{ _('Click the button below to complete registration.') }} {{ _('Complete registration') }}
{% trans support_email=macros.email_tag(support_email) %}Contact us any time at {{ support_email }} if you run into trouble, have any feedback, or just want to chat!{% endtrans %}
{% endblock %}