{{template "header.html" .}}
<div class="container some-text pt-3">
	<h2>Error 404</h2>
	<div>
		The page what you looking for is not found
	</div>
</div>
{{template "footer.html" .}}