%- include('partials/header') %>
<% if(currentUser) { %>Hello <%= currentUser.username %>
sign out <%- include('partials/fileUpload') %> <%- include('partials/parentDirectories') %> <%- include('partials/directoryListing') %> <% } else { %> <% } %> <%- include('partials/footer') %>