{# ========================================================================= #}
{# :: Settings #}
{# ========================================================================= #}
{% set params = {
  isFullWidth: false,
  styleVendors: [],
  scriptVendors: [
	  "/js/vendors/scrollreveal.min.js"
  ]
} %}

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

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

{% endset %} #}

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

  {{doormat.default("", {
    title: "Wat wil je doen?",
    titleLink: "/",
    items: [
      {
        title: "Ik wil mijn batterijen recycleren",
        links: [
          {
            classes: "icon-arrow-right",
            text: "Zakjes aanvragen",
            url: "/"
          },
          {
            classes: "icon-location",
            text: "Vind een inzamelpunt in jouw buurt",
            url: "/"
          }
        ]
      },
      {
        title: "Ik zamel batterijen in",
        titleLink: "/",
        links: [
          {
            classes: "icon-arrow-right",
            text: "Scholenprogramma",
            url: "/"
          },
          {
            classes: "icon-arrow-right",
            text: "Inzamelpunt zoeken",
            url: "/"
          },
          {
            classes: "icon-arrow-right",
            text: "Ophaling aanvragen",
            url: "/"
          }
        ]
      },
      {
        title: "Ik verkoop of produceer batterijen",
        titleLink: "/",
        links: [
          {
            classes: "icon-arrow-right",
            text: "Deelnemer worden",
            url: "/"
          },
          {
            classes: "icon-arrow-right",
            text: "Aangifte doen",
            url: "/"
          },
          {
            classes: "icon-arrow-right",
            text: "Deelnemer opzoeken",
            url: "/"
          }
        ]
      },
      {
        title: "Ik wil meer weten over batterijen",
        titleLink: "/",
        links: [
          {
            classes: "icon-arrow-right",
            text: "Lesmateriaal voor scholen",
            url: "/"
          },
          {
            classes: "icon-arrow-right",
            text: "Recyclageproces",
            url: "/"
          },
          {
            classes: "icon-arrow-right",
            text: "Bezoek aan Villa Pila",
            url: "/"
          }
        ]
      }
    ]
  })}}

{% endset %}

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

{% endset %} #}
