{# ========================================================================== #}
{# :: List #}
{# ========================================================================== #}
{#
	Collection of the different changelogs summed up in their respective folder
	and listed up underneath each other, represented by a number.
#}

{# ========================================================================== #}
{# :: Imports #}
{# ========================================================================== #}
{% import "components/logs.njk" as logs %}

{# ========================================================================== #}
{# :: Partial #}
{# ========================================================================== #}
<section class="bp-l-section">
	<header class="bp-l-section__header">
		<h1 class="bp-l-section__title u-h1">Changelog</h1>
	</header>

	<div class="bp-l-section__content">
		{{logs.default("", {
			items: ROUTEDATA.LOGS
		})}}
	</div>
</section>
