{# membership_tiers — brass-framed membership cards. tiers[] and tier.features[] are arrays of maps. #}
{% if eyebrow %}
{{ eyebrow }}
{% endif %} {% if title %}

{{ title }}

{% endif %} {% if intro %}

{{ intro }}

{% endif %}
{% if tiers %}
{% for tier in tiers %}

{{ tier.name }}

{% if tier.featured %}House pick{% endif %}
{{ tier.price }} {% if tier.cadence %}{{ tier.cadence }}{% endif %}
{% if tier.description %}

{{ tier.description }}

{% endif %} {% if tier.features %}
    {% for feature in tier.features %}
  • {{ feature.label }}
  • {% endfor %}
{% endif %} {% if tier.applyUrl %}{{ tier.applyLabel|default:"Apply" }}{% endif %}
{% endfor %}
{% endif %}