<%= notice %>

<% content_for :title, "Clients" %>

Clients

<% @clients.each do |client| %> <%= render client %>

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

<% end %>
<%= link_to "New client", new_client_path %>