% content_for :head do %>
<%= I18n.t('public_portal.search.no_results', query: @query) %>
<%= I18n.t('public_portal.search.found_results', count: @articles.total_count) %>
<% @articles.each do |article| %> <% end %> <% if @articles.respond_to?(:total_pages) && @articles.total_pages > 1 %>