{# ========================================================================== #}
{# :: Imports #}
{# ========================================================================== #}
{% import "general/components/bubble/bubble-macros.njk" as bubble %}

{# ========================================================================== #}
{# :: Settings #}
{# ========================================================================== #}
{% set params = {
	isFullWidth: false,
	styleVendors: [],
	scriptVendors: ["https://kit.fontawesome.com/74199cd914.js"],
	order: 1,
	scope: ""
} %}

{# ========================================================================== #}
{# :: Info #}
{# ========================================================================== #}
{# {% set info %}

{% endset %} #}

{# ========================================================================== #}
{# :: Preview #}
{# ========================================================================== #}
{% set preview %}

	{{bubble.default("", {
		text: "… een hypotheek <strong>zonder zorgen</strong>. Ik heb al genoeg
		aan mij hoofd.",
		image: "/assets/images/general/chat/chat-01.jpg",
		background: "pink"
	})}}

{% endset %}

{# ========================================================================== #}
{# :: Code #}
{# ========================================================================== #}
{# {% set code %} {% endset %} #}
