{{ plan.name }}
{{ plan.description }}
{{ plan.overview | safe }}
{% set all_days = plan.days if plan.days else plan.sample_days %} {% for day in all_days %}
Day {{ day.day }}
{% for reading in day.readings %}
{{ reading }}
{% endfor %}
Theme: {{ day.theme }}
{% endfor %}