%= csrf_meta_tag %>
<% unless CurrentUser.user.blacklisted_tags.blank? %>
<% end %>
<% if flash[:notice] =~ /error/ %>
<% end %>
<%= auto_discovery_link_tag :atom, posts_path(:format => "atom", :tags => params[:tags]) %>
<%= stylesheet_link_tag "compiled/default" %>
<%= stylesheet_link_tag "smoothness/jquery-ui-1.8.5.custom.css" %>
<%= javascript_include_tag "compiled/default" %>
<%= Danbooru.config.custom_html_header_content %>
<%= yield :html_header %>
<%= Danbooru.config.app_name %>
<% if flash[:notice] %>
<%= flash[:notice] %>
<% else %>
<% end %>
<%= yield :layout %>