{{ sections.pricing.title }}

{% for plan in sections.pricing.plans %}
{% if plan.highlighted %}
Popular
{% endif %} {% if plan.media and plan.media.type == 'image' %}
{{ plan.media.alt }}
{% endif %}

{{ plan.name }}

{% if plan.subtitle %}

{{ plan.subtitle }}

{% endif %}
{{ plan.price }} {% if plan.period %} {{ plan.period }} {% endif %}
    {% for feature in plan.features %}
  • {{ feature }}
  • {% endfor %}
{{ plan.cta.label }}
{% endfor %}