<% local_domain = "#{request.protocol}#{request.host_with_port}" %>

<%= t 'page_not_found.title' %>

<%= t 'page_not_found.recent_topics' %>

<% @recent.each do |t| %> <%= link_to t.title, t.relative_url %>
<% end %>
<%= t 'page_not_found.see_more' %>…
<%- unless @hide_google %>

<%- end %>