§{{ '%02d' % section.num }}
{{ section.title }}
{% if section.subtitle %}{{ section.subtitle }}
{% endif %}-
{% for topic in section.topics %}
-
{% if topic.body_html %}{{ topic.body }}{% endif %} {% if topic.media_type == 'image' and topic.media_url %}
{% elif topic.media_type == 'video' and topic.media_url %}{% if topic.media_caption %}
{{ topic.media_caption }} {% endif %}{% if topic.media_caption %} {% elif topic.media_type == 'embed' and topic.media_url %}{{ topic.media_caption }} {% endif %}{% if topic.media_caption %} {% endif %} {% if topic.link_url %} {{ topic.link_label or 'Learn more' }} {% endif %}{{ topic.media_caption }} {% endif %}
{% endfor %}