{% if image %}
{{ image }}
{% endif %}

{{ title }}

{{ description }}

{% if action %}
{{ action }}
{% endif %} {% if actions %}
{% for item in actions %}{{ item }}{% endfor %}
{% endif %} {% if suggestions %}
{% for chip in suggestions %}{% endfor %}
{% endif %}