<%- include('./includes/common-head.ejs') %> <%- include('./includes/top-navbar.ejs') %> <%- include('./includes/no-trash-svg.ejs') %>

<% paths.forEach(function(value, index) { %> <% if (h.shouldShowDirectorySeparator(index)) { %> <% } %> <% if (h.shouldShowSiteWelcomeMessage(paths)) { %>   <%= h.getSiteWelcomeMessage() %> <% } else if (h.shouldOmitLinkOnLastBreadcrumb(paths, index)) { %> <%= h.trimSlashes(value.name).replaceAll('_', ' ') %> <% } else if (index == 0) { %> <%= h.getSiteName() %> <% } else { %> <%= h.getDirectoryName(value.name).replaceAll('_', ' ') %> <% } %> <% }); %>

<% if (h.directoryContainsReadme(directory)) {%>
<%- h.printReadme(directory) %>
<% } %>
<%- include('./includes/bottom-navbar.ejs') %>