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

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

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

  <p>
    This is info about the component
  </p>

{% endset %}

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

  {{category.default("",
    {
      category: "Populairste vragen",
      icon: "icon-chat"
    }
  )}}

{% endset %}

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

  {{category.default("",
    {
      category: "Populairste vragen",
      icon: "icon-chat"
    }
  )}}

{% endset %}
