<% @posts.each do |post| %>

<%= link_to post.title, post_path(post) %>

Posted <%= standard_date(post.created_at) %> by Jason Gilstrap

<%= truncate(textilize(post.body), 400) %> <%= link_to 'Continue reading »', post_path(post) %>
<% end %>