%= render :partial => 'shared/head' %>
<%= yield :action_links %> <% if current_user %> Logged in as <%= current_user.name %> <%= link_to 'Logout', logout_path %> <% end %>
<%= link_to(if ENV['LOGO'] then image_tag(ENV['LOGO']) else (ENV['TITLE'] || "Photos") end, root_path) %>
<%= form_tag albums_path, { :id => :search } do -%>
<% end -%>
<%= breadcrumbs %>
<%= flash[:notice] %>
<%= yield %>