<%- include('partials/top') %>
<main class="bg-light p-4 row" role="main">
  <h1 id="page-title"><%- title %></h1>
  
  <section aria-labelledby="page-title">
    <div>
      <%- content %>
    </div>
  </section>
</main>
<%- include('partials/bottom') %>
