{# ========================================================================= #}
{# :: SETTINGS #}
{# ========================================================================= #}
{% set pageParams = {
  title: "Thuis recycleren",
  bodyClass: "",
  styleVendors: [],
  scriptVendors: [
    "/js/vendors/flatpicker.js",
    "/js/vendors/flatpicker-nl.js",
    "/js/vendors/tinyslider.min.js"
  ]
} %}
{# ========================================================================= #}
{# :: Inheritance #}
{# ========================================================================= #}
{% extends "pages/_base/page/default.njk" %}

{# ========================================================================= #}
{# :: Imports #}
{# ========================================================================= #}
{# atoms #}
{% import "atoms/button/button-macros.njk" as button %}
{% import "atoms/input/input-macros.njk" as input %}
{% import "atoms/link/link-macros.njk" as link %}

{# molecules #}
{% import "molecules/hero/hero-macros.njk" as hero %}
{% import "molecules/step/step-macros.njk" as step %}
{% import "molecules/list/list-macros.njk" as list %}
{% import "molecules/article-preview/article-preview-macros.njk" as articlePreview %}
{% import "molecules/article-tile/article-tile-macros.njk" as articleTile %}
{% import "molecules/helper/helper-macros.njk" as helper %}

{# organisms #}
{% import "organisms/header/header-macros.njk" as header %}
{% import "organisms/overlay/overlay-macros.njk" as overlay %}

{# ========================================================================= #}
{# :: HEADER #}
{# ========================================================================= #}
{% block header %}

  {{header.default("")}}

{% endblock %}

{# ========================================================================= #}
{# :: CONTENT #}
{# ========================================================================= #}
{% block content %}

{{overlay.default("", "default")}}
{{helper.default()}}

{% include "pages/_partials/overview/recycle/intro.njk" %}

{% include "pages/_partials/overview/recycle/info.njk" %}

{% include "pages/_partials/overview/read-more/read-more.njk" %}

{% include "pages/_partials/overview/recycle/question.njk" %}

{% endblock %}
