{% extends "emails/base.html" %} {% block content %}

Weekly Programs Update

Here are the latest programs we've selected for you this week!

Featured Programs

{% for program in programs %}

{{ program.title }}

{% if program.image %}
{{ program.title }}
{% endif %}

{{ program.description|truncatewords:30 }}

Learn More
{% endfor %}

You're receiving this email because you subscribed to our weekly newsletter.

Unsubscribe | Visit our website

{% endblock %}