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

{{ title }}

{{ description | safe }}

$ {{ price }} / month

after the free trial ends

{% endmacro %}