<%= t 'page_not_found.title' %>

<%= raw build_plugin_html 'server:not-found-before-topics' %> <% unless SiteSetting.login_required? && current_user.nil? %>

<%= t 'page_not_found.recent_topics' %>

<% @recent.each do |t| %>
<%= link_to t.title, t.relative_url %><%= category_badge(t.category) %>
<% end %>
" class="btn"><%= t 'page_not_found.see_more' %>…
<% end %> <%- unless @hide_google %> <% local_domain = "#{request.protocol}#{request.host_with_port}" %>
<%- end %>