{# ========================================================================= #}
{# :: Brandplatform home page #}
{# ========================================================================= #}
{#
  This is the main or home page of the brandplatform containing
  information about the current version, the cdn and links to the
  pages and components.
#}

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

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

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

{% include "brandplatform/partials/home/intro.njk" %}

{% include "brandplatform/partials/home/version.njk" %}

{% include "brandplatform/partials/home/data.njk" %}

{% include "brandplatform/partials/home/media.njk" %}

{% endblock %}
