<% content_for :title do %><%= @page_title %> - <%= SiteSetting.title %><% end %> <% content_for :head do %>
<% end %> <% content_for :no_ember_head do %>
<% end %>
<%= @title %>
<%- if !@current_user %>
" class='btn btn-primary'><%= SvgSprite.raw_svg('user') %><%= I18n.t('log_in') %>
<%- end %> <%- if @group&.dig(:allow_membership_requests) %>
<%= SvgSprite.raw_svg('user-plus') %> <%= I18n.t('not_in_group.request_membership') %>
<%- elsif @group&.dig(:public_admission) %>
<%= SvgSprite.raw_svg('user-plus') %> <%= I18n.t('not_in_group.join_group') %>
<%- end %>
<%= build_plugin_html 'server:not-found-before-topics' %> <%= @topics_partial %> <%- unless @hide_search%>
<%= t 'page_not_found.search_title' %>
<%= t 'page_not_found.search_button' %>
<%= preload_script('onpopstate-handler') %> <%- end %>