{{ title }}
{% if description %}
{{ description }}
{% endif %}
{% for section in sub_sections %}
{{ section.title }}
{% for bullet in section.bullets %}
• {{ bullet }}
{% endfor %}
{% endfor %}
{% if questions %}
{% for q in questions %}
{{ q.text }}
{% endfor %}
{% endif %}