{% macro component(title, description, price, color="accent", icon, iconColor="outline-" + color, raised, ribbon, action="Get started", actionColor=color) %}
{% if ribbon %} {{ ribbon }} {% endif %}
{{ icon }}

{{ title }}

{{ description }}

$ {{ price }} / month

after the free trial ends

{% endmacro %}