<%= link_to_unless_current "Home", :action => "index" %> |
<%= link_to_unless_current "About Us", :action => "about" %> |
<%= link_to_unless_current "Help", :action => "help" %>
<%= @content_for_layout %>
<% if ENV["RAILS_ENV"] == "development" %>
<%= debug(params) %>
<% end %>