{# ========================================================================= #}
{# :: Imports #}
{# ========================================================================= #}
{# molecules #}
{% import "styleguides/general/molecules/option/option-macros.njk" as option %}
{% import "styleguides/general/molecules/summary/summary-macros.njk" as summary %}

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

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

{% endset %} #}

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

  {{option.default("", {
    name: "account-select-from",
    id: "account-select-from-1",
    content:
      summary.default("m-account-option__content", {
        image: "/assets/general/img/logos/logo-nibc.png",
        name: "J.Bogaerts",
        budget: "1.200,56",
        info: [
          "spaarrekening",
          "NL48 2152 5466 2587"
        ]
      })
  })}}

{% endset %}

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

{% endset %} #}
