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

  <% paths.forEach(function(value, index) { %> <% if (h.shouldShowDirectorySeparator({index})) { %> <% } %> <% if (h.shouldShowWelcomeBanner({paths})) { %> Welcome to <%= h.getDirectoryTitle({directory}) %> <% } else if (h.shouldOmitLinkOnLastBreadcrumb({paths, index})) { %> <%= h.trimSlashes({path: value.name}) %> <% } else { %> <%= h.getDirectoryName({directory: value.name}) %> <% } %> <% }); %>

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