{{ guide.title }}

{{ guide.description }}

{% for section in guide.sections %}

{{ section.title }}

{% if section.verse_texts %}
{% for verse in section.verse_texts %}
{{ verse.reference }}
{{ verse.text }}
{% endfor %}
{% endif %}
{{ section.content | format_lists | safe }}
{% endfor %}