<%- if include_crawler_content? %> <%= server_plugin_outlet "topic_list_header" %> <%- if SiteSetting.tagging_enabled && @tag_id %>

<%= link_to "#{Discourse.base_url}/tags/#{@tag_id}", itemprop: 'item' do %> <%= @tag_id %> <% end %>

<% end %> <% if @category %>

<% if @category.parent_category %> <%= link_to @category.parent_category.url, itemprop: 'item' do %> <%= @category.parent_category.name %> <% end %>   <% end %> <%= link_to @category.url, itemprop: 'item' do %> <%= @category.name %> <% end %>


<% end %>
<% @list.topics.each_with_index do |t,i| %>
<%= t.title %> <%= page_links(t) %> <% if (!@category || @category.has_children?) && t.category %> [<%= t.category.name %>] <% end %> '>(<%= t.posts_count %>)
<% end %>
<% if @list.topics.length > 0 && @list.more_topics_url %>
<% if params[:page].to_i > 0 %> <% end %>
<% end %> <%- end %> <% if @rss %> <% content_for :head do %> <%= auto_discovery_link_tag(:rss, "#{Discourse.base_url}/posts.rss", title: I18n.t("rss_description.posts")) %> <%= auto_discovery_link_tag(:rss, { action: "#{@rss}_feed" }, title: I18n.t("rss_description.#{@rss}")) %> <% end %> <% end %> <% if @category %> <% content_for :head do %> <%= auto_discovery_link_tag(:rss, { action: :category_feed }, title: t('rss_topics_in_category', category: @category.name)) %> <%= raw crawlable_meta_data(title: @category.name, description: @category.description) %> <% end %> <% else %> <% content_for :head do %> <%= raw crawlable_meta_data(title: SiteSetting.title, description: SiteSetting.site_description) %> <% end %> <% end %> <% if @title %> <% content_for :title do %><%= @title %><% end %> <% elsif @category %> <% content_for :title do %><%= @category.name %><% end %> <% elsif params[:page] %> <% content_for :title do %><%=t 'page_num', num: params[:page].to_i + 1 %><% end %> <% end %>