{% if logo %}
{% endif %}
{{ title }}
{{ subtitle }}
{% for stat in headline_stats %}
{{ stat.value }}
{{ stat.label }}
{% endfor %}
{% for section in body_sections %}
{{ section.heading }}
{{ section.content }}
{% endfor %}
{{ cta.text }}
{% if cta.url %}
{{ cta.url }}
{% endif %}
{% if footer_text %} {% endif %}