<%=h @post.title %>
<%= textilize(@post.body) %>
Comments
<% @post.comments.each do |comment| %> <%= textilize(comment.body) %>
Posted at <%= comment.created_at %>
<% end %>