<%= @title %>

<%- if @group&.allow_membership_requests %> <%= SvgSprite.raw_svg('user-plus') %> <%= I18n.t('not_in_group.request_membership') %> <%- elsif @group&.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%>
<%= preload_script('onpopstate-handler') %> <%- end %>