%- 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 (typeof info !== 'undefined') {%>
<%= (typeof info.title !== 'undefined') ? info.title : "" %>
<% } %>
<%- include('./includes/bottom-navbar.ejs') %>