<%= notice %>

<% content_for :title, "Articles" %>

Articles

<% @articles.each do |article| %> <%= render article %>

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

<% end %>
<%= link_to "New article", new_article_path %>