<% for post in @posts %>

<%= post.title %>

by <%= post.user.name || post.user.username %> on <%= post.created_at.strftime('%e %b %Y') %>

<%= post.body %>
<% end %>