<% paths.forEach(function(value, index) { %> <% if (h.shouldShowDirectorySeparator({index})) { %> › <% } %> <% if (h.shouldOmitLinkOnLastBreadcrumb({paths, index})) { %> <%= (typeof fm.title !== 'undefined') ? `${fm.title}` : value %> <% } else { %> <%= (value == 'public' ? h.getSiteName() : value) %> <% } %> <% }) %>
<%= (typeof fm.title !== 'undefined') ? fm.title : require('path').basename(filePath) %>
<%if (typeof fm.docDate !== 'undefined') { %>Document Date: <%= h.moment(fm.docDate).format('MMMM D, YYYY') %><% } %>
<%- content %>-
<% if (typeof files !== 'undefined') files.forEach(function(value, index) { %>
- <% }) %>