{% assign source = page.planos_source | default: 'paginas-pessoas' %} {% assign key = "planos" %} {% assign data = site.data[source][key] %}

{{ data.title }}

{{ data.subtitle }}

{{ data.cta.text }}
{% for plano in data.items %}

{{ plano.title }}


{% comment %} CTA (botão principal) - fica logo abaixo do título {% endcomment %} {% assign actions = data.actions %} {% if actions and actions.button_link and actions.button_text %} {% endif %} {% if plano.features %}
    {% for feature in plano.features %}
  • {% if feature.value == "check" %} check_small {% else %} close_small {% endif %} {{ feature.text }}
  • {% endfor %}
{% endif %}
{% if plano.tag %}
{{ plano.tag }}
{% endif %} {% if site.data[source].planos.actions %} {% comment %} Link “Compare os planos” - fica na parte inferior {% endcomment %} {% if actions and actions.link_target and actions.link_text %} {% endif %} {% endif %}
{% endfor %}
{% if data.trial %}

{{ data.trial.text }} {{ data.trial.highlight }}

{{ data.trial.button_text }}
{% endif %}