{% extends "base.html" %} {% block preheader %}Your {{ period }} digest from {{ product_name }} — {{ items | length }} updates{% endblock %} {% block content %}
{% if user_name %}Hi {{ user_name }},{% else %}Hi there,{% endif %}
{% if summary_text %} {{ summary_text }} {% else %} Here's what happened since your last digest. {% endif %}
{% if items %}
|
| View Dashboard |
You're receiving this because you're subscribed to {{ period }} digests.
{% endblock %}