<%- include('partials/header') %> <% if(currentUser) { %>
<%- include('partials/parentDirectories') %> <%- include('partials/directoryListing') %>
<% } else { %>
Click here to register
<% } %> <%- include('partials/footer') %>