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) { %>
  1. <%= r.title || '(untitled)' %>

    <%= r.author_username %> <% if (r.published_at) { %> · <%= formatDate(r.published_at) %><% } %>

    <%- r.snippet %>

  2. <% }); %>
<% } else if (query && !queryError) { %>

No posts found.

<% } %>