<%- include('partials/top') %>
<main class="container text-center my-5">
  <h1>Welcome to My Website</h1>
  <p class="h4">There's not much here yet, but feel free to check out the blog!</p>
  <a class="btn btn-primary mt-3" href="/blog" aria-label="Go to the blog page">Visit the Blog</a>
</main>
<%- include('partials/bottom') %>