%= stylesheet_link_tag "depot", :media => "all" %>
<%= image_tag("logo.png") %> <%= @page_title || "Pragmatic Bookshelf" %>
<%= render(:partial => "cart", :object => @cart) %>
Home
Questions
News
Contact
<% if flash[:notice] -%>
<%= flash[:notice] %>
<% end -%> <%= yield :layout %>