{% extends "email/base.html" %} {% block title %}New team message{% endblock %} {% block body_radius %}border-radius:8px;{% endblock %} {% block content %}

Hi {{ recipient_name }},

{{ headline }} in {{ group_name }}.

{% if preview %}

Latest

“{{ preview }}”

{% endif %}

You receive this because chat email digests are on in Settings. We only email when you are away from Messages, not for every message.

{% include "email/partials/_cta.html" with cta_url=cta_url cta_label=cta_label %} {% include "email/partials/_settings_prefs_note.html" %} {% endblock %}