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

<%= post.title %>

<%= link_to "Comments (#{post.comments.size})", post_path(post, :anchor => 'comments') %>

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