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