искать
Все
Картинки
Результатов: <%= pages.length + (offset-1)*10 %>/<%= found %>
<% pages.forEach( function(page) { %>
<%- page.title %>
(<%= page.relevant %>)
<%- page.url %>
<%= new Date(page.timestamp).toLocaleDateString() %>
<%- page.matches %>
<% } ) %>