{% extends "base.html" %} {% block preheader %}Your {{ period }} digest from {{ product_name }} — {{ items | length }} updates{% endblock %} {% block content %}

Your {{ period }} digest

{% 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 %} {% for item in items %} {% endfor %}
{{ loop.index }}

{{ item.title }}

{{ item.description }}

{% endif %}
View Dashboard

You're receiving this because you're subscribed to {{ period }} digests.

{% endblock %}