<%- include("./partials/head") %>
<% if(path == '/login'){ %> <%- include("../pages/public/login") %> <% } %> <%//We will enable this when we add the server logic to toggle registration if(path == '/register'){ %> <%-// include("../pages/public/register") %> <%// } %>