%= stylesheet_link_tag "depot", :media => "all" %> <%= javascript_include_tag :defaults %>
<%= image_tag("logo.png") %> <%= @page_title || "Pragmatic Bookshelf" %>
<%= link_to "Products", :controller=>'products' %>
<%= link_to "Users", :controller=>'users' %>
<% if flash[:notice] -%>
<%= flash[:notice] %>
<% end -%> <%= yield :layout %>