<%- include('partials/top') %>
<main  id="main-content" class="container py-5">
	<h1 class="display-4 text-center mb-4"><%- title %></h1>
	<div class="content bg-light p-4 rounded shadow-sm">
		<%- content %>
	</div>
</main>
<%- include('partials/bottom') %>