<%= @name %>

<% for post in @posts[0, 20] %>

<%= post_link post %>

<%= post.summary %> <% end %>