<%- include('partials/header'); -%>
  <div class="container">
    <h1>Welcome to Nodejs</h1>
  </div>

  <%- include('partials/footer'); -%>