<%- include('partials/header') %> <% if(currentUser) { %>

Hello <%= currentUser.username %>

sign out <%- include('partials/fileUpload') %> <% } else { %>
Click here to register
<% } %> <%- include('partials/footer') %>