{{ sections.pricing.title }}

{% for plan in sections.pricing.plans %}
{% if plan.highlighted %}
Most Popular
{% endif %}

{{ plan.name }}

{{ plan.price }}
{% if sections.pricing.currency and plan.price != 'Custom' %}
per month
{% endif %}
    {% for feature in plan.features %}
  • {{ feature }}
  • {% endfor %}
{{ plan.cta.label }}
{% endfor %}