{# ========================================================================= #}
{# :: Brandplatform changelog page #}
{# ========================================================================= #}
{#
  This is the page used to display the versioning to the client
  or any third party. Here we explain what has changed, updated
  and fixed based on the previous iteration.
#}

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

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

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

{% include "brandplatform/partials/changelog/log.njk" %}

{% endblock %}
