<%- include('./includes/common-head.ejs') %> <%- include('./includes/top-navbar.ejs') %> <%- include('./includes/no-trash-svg.ejs') %>
<%- include('./includes/breadcrumbs.ejs') %>
<% if (h.directoryContainsReadme(directory)) {%>
<% if (typeof h.readmeFm(directory) !== 'undefined' && h.readmeFm(directory).title) { %>

<%= h.readmeFm(directory).title %>

<%if (typeof h.readmeFm(directory).docDate !== 'undefined') { %> Document Date: <%= h.moment(h.readmeFm(directory).docDate).format('MMMM D, YYYY') %> <% } %> <%if (typeof h.readmeFm(directory).file !== 'undefined') { %> Document: <%- path.basename(h.readmeFm(directory).file) %> <% } %>

<% } %> <% if (typeof h.readmeFm(directory).file !== 'undefined') { %>
<% if (h.isMsOfficeViewerSupported(h.readmeFm(directory).file)) { %>
<% } %> <% if (h.isGoogleDocsViewerSupported(h.readmeFm(directory).file)) { %>
<% } %>
<% if (!h.isMsOfficeViewerSupported(h.readmeFm(directory).file) && !h.isGoogleDocsViewerSupported(h.readmeFm(directory).file)) { %> <% } %>
<% } else { %> <%- h.printReadme(directory) %> <% } %>
<% if (typeof h.readmeFm(directory).file !== 'undefined') { %>

OCR Text Scan (approximately)

This text scan may contain automatically generated text as generated using Apache Tika and Tesseract. It may not be correct. No effort has been made to correct any of these scans (so far). These OCR scans are also used in the site's Search feature. Please review the Search Policy for details about the site features.

<%- h.printReadme(directory) %>
<% } %> <% } %>
<%- include('./includes/bottom-navbar.ejs') %> <%- include('./includes/bottom-scripts.ejs') %>