<%= notice %>

<% content_for :title, "Posts" %>

Posts

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

<%= link_to "Show this post", post %>

<% end %>
<%= link_to "New post", new_post_path %>