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

<% @breadcrumbs = categories_breadcrumb(@topic_view.topic) if @breadcrumbs.present? %> <% end %> <% if SiteSetting.tagging_enabled %> <% @tags = @topic_view.topic.tags %> <% if @tags.present? %>
<% @tags.each do |tag| %>
<%= tag.name -%>
<% end %>
<% 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 %>

<% if @topic_view.link_counts[post.id] && @topic_view.link_counts[post.id].length > 0 %> <% @topic_view.link_counts[post.id].each do |link| %> <% if link[:reflection] && link[:title].present? %> <%=link[:title]%>
<% end %> <% end %> <% end %> <% 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, ignore_canonical: true) %> <% 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(:title) { @title || "#{gsub_emoji_to_unicode(@topic_view.page_title)} - #{SiteSetting.title}" } %> <% if @topic_view.print %> <% content_for :after_body do %> <% end %> <% end %>