{% if niche %}
{{ niche }}
{% endif %}
{{ headline }}
{% if subheadline %}{{ subheadline }}
{% endif %} {% if hero_body %}{{ hero_body }}
{% endif %}
About
{{ about_title }}
{{ about }}
Features
What We Offer
{% if offer %}{{ offer }}
{% endif %}
{% for f in features %}
{% endfor %}
{{ f.icon_emoji }}
{{ f.title }}
{{ f.description }}
Testimonials
What People Say
{% for t in testimonials %}
{% endfor %}
“
{{ t.quote }}
{{ t.name[0] if t.name else 'A' }}
{{ t.name }}
{% if t.role %}{{ t.role }}
{% endif %}
FAQ
Frequently Asked Questions
{% for item in faq %}
{% endfor %}
{{ item.question }}
{{ item.answer }}
Resources
Tools & Resources
{% for aug in augments %}
{% endfor %}
⚡
{{ aug.title }}
{{ aug.description[:140] }}{% if aug.description|length > 140 %}...{% endif %}