{% extends "standalone/base.html" %} {% block title %}{{ brand_name }} - {{ tagline }}{% endblock %} {% block body_class %}antialiased bg-white text-gray-900{% endblock %} {% block body %} {{ brand_name }} About {% if features %}Features{% endif %} {% if faq %}FAQ{% endif %} {% if augments %}Tools{% endif %} ⚙ Admin {{ cta_text }} {% if hero_bg_image %}{% endif %} {% if niche %}{{ niche }}{% endif %} {{ headline }} {% if subheadline %}{{ subheadline }}{% endif %} {% if hero_body %}{{ hero_body }}{% endif %} {{ cta_text }} Learn More {% if about %} {{ about_title }} {{ about }} {% endif %} {% if features %} What We Offer {% if offer %}{{ offer }}{% endif %} {% for f in features %} {{ f.icon_emoji }} {{ f.title }} {{ f.description }} {% endfor %} {% endif %} {% if testimonials %} What People Say {% for t in testimonials %} “{{ t.quote }}” {{ t.name[0] if t.name else 'A' }} {{ t.name }}{% if t.role %}{{ t.role }}{% endif %} {% endfor %} {% endif %} {% if faq %} FAQ {% for item in faq %} {{ item.question }} {{ item.answer }} {% endfor %} {% endif %} {% if augments %} Tools & Resources {% for aug in augments %} ⚡ {{ aug.title }}{{ aug.description[:100] }}{% if aug.description|length > 100 %}...{% endif %} {% endfor %} {% endif %} Ready to Get Started? {{ subheadline }} {{ cta_text }} {% endblock %}
{{ subheadline }}
{{ hero_body }}
{{ about }}
{{ offer }}
{{ f.description }}
“{{ t.quote }}”