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