<!DOCTYPE html>
<html>

{% include head.html %}

<body>

	{% include header.html %}

	<div class="page-content">
		<div class="pl-md-5 pl-2 pr-md-5 pr-2 pb-md-5 pb-2 pt-0">
			{{ content }}
		</div>
	</div>

	{% include footer.html %}

  {% include bottom.html %}

  {% include cookie-consent.html %}
</body>

</html>