{# ========================================================================= #}
{# :: Brandplatform styleguide page #}
{# ========================================================================= #}
{#
  This is an interface for displaying the different pages that were created
  for the brandplatform using the components defined in the styleguide page.
#}

{# ========================================================================= #}
{# :: Inheritance #}
{# ========================================================================= #}
{% extends "brandplatform/base/extends/page/base.njk" %}

{# ========================================================================= #}
{# :: Settings & variables #}
{# ========================================================================= #}
{% set activePage = "pages" %}

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

{% include "brandplatform/partials/pages/toc.njk" %}

{% endblock %}
