<%- include('partials/top') %>
<main>
  <h2><%- title %></h2>
  <%- content %>
</main>
<%- include('partials/bottom') %>