{{ content.title }}
{{ content.subtitle }}
{{ content.introduction | safe }}
{% for section in content.sections %}
{{ section.heading }}
{{ section.content | safe }}
{% if section.verses %} {% for verse in section.verses %}
{{ verse.reference }}
{{ verse.text }}
{% endfor %} {% endif %}
{% endfor %}
Conclusion
{{ content.conclusion | safe }}