{# ========================================================================= #}
{# :: Brandplatform home page #}
{# ========================================================================= #}
{#
  This is the page used to get everyone started on using the awesomely crafted
  design system.

  This page is targeted towards developers and users who want to continue
  expanding the brandplatform. When adding new features or principles they
  should be explained here so that everyone can work in a consistent
  environment.
#}

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

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

{% include "brandplatform/partials/manual/index.njk" %}

{% endblock %}
