<%= @topic.title %>

<%= @topic.user.username %>
<%= short_date(@topic.created_at) %>
<%- if @topic.first_post.present? %>
<%= @topic.first_post.cooked.html_safe %>
<%- end -%>