<%= @category.name %> <%= Discourse.base_url %>/category/<%= @category.slug %>.rss <%= t 'topics_in_category', category: @category.name %><%= @category.description %> <% @topic_list.topics.each do |topic| %> <%= topic.title %> <%= pluralize(topic.posts_count, 'post') %>

<%= t 'author_wrote', author: topic.posts.first.author_readable %>

<%= topic.posts.first.cooked.html_safe %> ]]>
<%= Discourse.base_url %><%= topic.relative_url %> <%= topic.created_at.rfc2822 %> <%= Discourse.base_url %><%= topic.relative_url %> <%= topic.title %>
<% end %>