% local_domain = "#{request.protocol}#{request.host_with_port}" %>
<%= t 'page_not_found.title' %>
<%= t 'page_not_found.latest_topics' %><% @latest.each do |t| %> <%= link_to t.title, t.relative_url %><% end %> <%= t 'page_not_found.see_more' %>… |
<%= t 'page_not_found.recent_topics' %><% @recent.each do |t| %> <%= link_to t.title, t.relative_url %><% end %> <%= t 'page_not_found.see_more' %>… |