<%= render_topic_title(@topic_view.topic) %>

<% @breadcrumbs = categories_breadcrumb(@topic_view.topic) if @breadcrumbs.present? %> <% end %> <%- if SiteSetting.tagging_enabled && @topic_view.topic.tags.present? %>
<%= t 'js.tagging.tags' %>: <%- @topic_view.topic.tags.each do |t| %> <%= t %> <%- end %>
<% end %> <%= server_plugin_outlet "topic_header" %>
<%- if include_crawler_content? %> <% @topic_view.posts.each do |post| %>
<% if (u = post.user) %>
<%= "(#{u.name})" if (SiteSetting.display_name_on_posts && SiteSetting.enable_names? && !u.name.blank?) %> #<%= post.post_number %>
<%= post.hidden ? t('flagging.user_must_edit').html_safe : post.cooked.html_safe %>

<% end %>
<% end %> <% if @topic_view.prev_page || @topic_view.next_page %>
<% if @topic_view.prev_page %> <% end %> <% if @topic_view.next_page %> <% end %>
<% end %> <% end %> <% content_for :head do %> <%= auto_discovery_link_tag(@topic_view, {action: :feed, slug: @topic_view.topic.slug, topic_id: @topic_view.topic.id}, title: t('rss_posts_in_topic', topic: @topic_view.title), type: 'application/rss+xml') %> <%= raw crawlable_meta_data(title: @topic_view.title, description: @topic_view.summary, image: @topic_view.image_url, read_time: @topic_view.read_time, like_count: @topic_view.like_count) %> <% end %> <% content_for(:title) { "#{@topic_view.page_title}" } %>