Neocities Search
Search Results
<% if @items.empty? %> No results. <% else %>
<% @items.each do |item| %>
<%= item['title'] %>
<%= item['link'] %>
<%== item['htmlSnippet'] %>
<% end %>
<% if @start > 0 %>
<% end %> <% if @total_results > @start+10 %>
<% end %>
<% end %>