<%= (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 %> ^ Back to top of page.-
<% if (typeof files !== 'undefined') files.forEach(function(value, index) { %>
- <% }) %>