{# ========================================================================= #}
{# :: Settings #}
{# ========================================================================= #}
{% set params = {
  isFullWidth: false,
  styleVendors: [],
  scriptVendors: []
} %}

{# ========================================================================= #}
{# :: Imports #}
{# ========================================================================= #}
{% import "molecules/contact-card/contact-card-macros.njk" as contactCard %}

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

{% endset %}

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

  {{contactCard.default("", {
    name: "Fatima Boudjaoui",
    function: "Corporate Communication Manager, Spokeswomen",
	image: "/assets/images/mock/campaign.jpg"
	})}}

{% endset %}

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

  {{contactCard.default("", {
    name: "Fatima Boudjaoui",
    function: "Corporate Communication Manager, Spokeswomen",
	image: "/assets/images/mock/campaign.jpg"
	})}}

{% endset %}
