<%= @topic_view.title %> <%= Discourse.base_url %><%= @topic_view.relative_url %> <%= @topic_view.posts.first.raw %> <% @topic_view.recent_posts.each do |post| %> <% if post.user %> <%= @topic_view.title %> at <%= post.created_at %> <%= post.author_readable %> wrote:

<%= post.cooked.html_safe %> ]]>
<%= Discourse.base_url %><%= post.url %> <%= post.created_at.rfc2822 %> <%= Discourse.base_url %><%= post.url %> <%= @topic_view.title %>
<% end %> <% end %>