%= stylesheet_link_tag 'application', :media => 'all' %> <%= javascript_include_tag :defaults %>
<% flash.keys.each do |key| -%>
<%= flash[key] %>
<% end -%>
<%= content_title -%>
<%= secondary_title -%>
<%= yield %>
<%= link_to_unless_current 'Browse The Beer Wiki', pages_path -%>
<%= link_to_unless_current 'Browse Beers', beers_path -%>
<%= link_to_unless_current 'Browse Breweries', breweries_path -%>
<%= yield :sidebar %>