{% extends "standalone/base.html" %} {% block title %}{{ brand_name }} - {{ tagline }}{% endblock %} {% block body_class %}font-body antialiased bg-white text-gray-900{% endblock %} {% block body %}
About {% if features %}Features{% endif %} {% if faq %}FAQ{% endif %} {% if augments %}Tools{% endif %}
{% if niche %}
{{ niche }}
{% endif %}

{{ headline }}

{% if subheadline %}

{{ subheadline }}

{% endif %} {% if hero_body %}

{{ hero_body }}

{% endif %}
{{ cta_text }}
{% if about %}
About

{{ about_title }}

{{ about }}

{% endif %} {% if features %}
Features

What We Offer

{% if offer %}

{{ offer }}

{% endif %}
{% for f in features %}
{{ f.icon_emoji }}

{{ f.title }}

{{ f.description }}

{% endfor %}
{% endif %} {% if testimonials %}
Testimonials

What People Say

{% endif %} {% if faq %}
FAQ

Frequently Asked

{% for item in faq %}
{{ item.question }}
{{ item.answer }}
{% endfor %}
{% endif %} {% if augments %}
Resources

Tools & Resources

{% endif %}

Ready to Get Started?

{{ subheadline }}

{{ cta_text }}
{% endblock %}