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

<%=h.getSiteName()%> Search Results for <%- query %>

Disclaimer: Use of the search feature is subject to both the Search Policy and the Privacy Policy.

<% if (typeof response !== "undefined" && typeof response.numFound !== "undefined" && typeof response.docs !== "undefined" && typeof highlighting !== "undefined") { %>
<% if (response.numFound == 0) { %>

No documents found matching the search query.

<% } else { %> <% } %>
<% } %> <% if (typeof totalPages !== "undefined" && totalPages) { %>

Page <%= page %> out of <%= totalPages %>. Displaying results <%= (page-1)*pageSize+1 %> through <%= Math.min(page*pageSize, totalResults) %> out of <%= totalResults %> total results.

<% } %>
<%- include('./includes/bottom-navbar.ejs') %>