%= stylesheet_link_tag 'screen', 'custom', :media => "screen, projection" %>
<%= stylesheet_link_tag 'print', :media => "print" %>
<%= javascript_include_tag :defaults %>
<%= yield(:head) %>
-
<%= link_to "Home", home_path %>
-
<%= link_to "About", about_path %>
-
<%= link_to "Gallery", about_path %>
-
<%= link_to "Blog", about_path %>
-
<%= link_to "Contact", about_path %>
<%- if show_title? -%>
<%=h yield(:title) %>
<%- end -%>
<%- flash.each do |name, msg| -%>
<%= content_tag :div, msg, :id => "flash_#{name}" %>
<%- end -%>
<%= yield %>