% if @matches.present? %>
Found <%= pluralize(@matches.length, "similar post") %>:
<% @matches.each do |match| %> <%= PostPresenter.preview(match["post"], tags: "status:any", similarity: match["score"], size: true, compact: true) %> <% end %> <% else %>No similar posts found.
<% end %>