{% if 'fluid' in prefix %} {% endif %} {% if 'fluid' in prefix %} {% endif %} {% set pricing = [{ title: 'Personal', amount: 29, features: [ 'HTML/SCSS/JS', '6 Months Support' ] }, { title: 'Developers', amount: 59, popular: true, btn_variant: 'primary', features: [ 'HTML/SCSS/JS', '6 Months Support', 'HTML/SCSS/JS', '6 Months Support' ] }, { title: 'Personal', amount: 199, features: [ 'HTML/SCSS/JS', '6 Months Support', 'HTML/SCSS/JS', '6 Months Support', 'HTML/SCSS/JS', '6 Months Support' ] }] %}
{% for item in pricing %}
{% if item.popular %} most popular {% endif %}

{{ item.title }}

{{ item.amount }} USD *monthly
{% if item.features %}
    {% for feature in item.features %}
  • {{ feature }}
  • {% endfor %}
{% endif %} Purchase Now
{% endfor %}