% const _base = (typeof siteUrlBase !== 'undefined' && siteUrlBase) ? siteUrlBase : ''; %>
Search
<% if (queryError) { %>
Couldn't run that query. Try a simpler term.
<% } %>
<% if (query && !queryError) { %>
<%= total %> result<%= total === 1 ? '' : 's' %> for “<%= query %>”
<% } %>
<% if (results && results.length) { %>
<% results.forEach(function(r) { %>
-
<%= r.author_username %>
<% if (r.published_at) { %> · <%= formatDate(r.published_at) %><% } %>
<%- r.snippet %>
<% }); %>
<% } else if (query && !queryError) { %>
No posts found.
<% } %>