<% page_title 'Contacts' %>
e.g. the exact name, or a /regexp/
<% if !@contacts || @contacts.empty? %>

No contacts

<% else %> <% @contacts.each do |contact| %> <% end %>
Name
<%= h contact[:name] %>
<% end %>
<%= erb '_pagination.html'.to_sym, :layout => false %>