{% macro basicCard(data) %}

{{data.name}}

{{data.description}}

{% for button in data.buttons %} {{button.title}} {% endfor %}
{% endmacro %}