<%= @topic_view.topic.title %>

<% (@post ? [@post] : @topic_view.posts).each do |post| %>
#<%=post.post_number%> By: <%= post.user.name %>, <%= post.created_at.to_formatted_s(:long_ordinal) %>
<%= post.cooked.html_safe %>
<% end %> <% if @next_page%>

next page

<% end %> <%- content_for :canonical do %><%= @canonical %><%- end %>