<%= t 'page_not_found.popular_topics' %>
<% @top_viewed.each do |t| %>
<%= link_to t.title, t.relative_url %><%= category_badge(t.category) %>
<% end %>
<%= t 'page_not_found.see_more' %>…
<%= t 'page_not_found.recent_topics' %>
<% @recent.each do |t| %>
<%= link_to t.title, t.relative_url %><%= category_badge(t.category) %>
<% end %>
<%= t 'page_not_found.see_more' %>…
<%- unless @hide_google %>