<html>
<head>
<title>404 - Page not found</title>
</head>
<body>
{% include "partials/sidebar.html" %}
<main>
<section>
<h1>404</h1>
<h3>Page not found</h3>
<p>Not sure what you're looking for but it's not here</p>
</section>
</main>
</body>
</html>