<%- include('./includes/common-head.ejs') %> <%- include('./includes/top-navbar.ejs') %>

  <% 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) %> <% } %> <% }) %>

<% if (typeof content !== 'undefined') {%>

<%= (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 %>
<% } %>
<%- include('./includes/bottom-navbar.ejs') %>