<%- 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.shouldShowWelcomeBanner({paths})) { %>   <%= h.getWelcomeBanner() %> <% } else if (h.shouldOmitLinkOnLastBreadcrumb({paths, index})) { %> <%= h.trimSlashes({path: value.name}).replaceAll('_', ' ') %> <% } else { %> <%= h.getDirectoryName({directory: value.name}).replaceAll('_', ' ') %> <% } %> <% }); %>

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