<% 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('_', ' ') %> <% } %> <% }); %>
<%- h.printReadme({directory}) %>
-
<% files.forEach(function(value, index) { %>
- <% }); %>