%= 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 "application", :media => "screen" %>
<%= javascript_include_tag "application" %>
<%= Danbooru.config.custom_html_header_content %>
<%= yield :html_header %>
<%= link_to Danbooru.config.app_name, "/" %>
<%- if flash[:notice] -%>
<%= flash[:notice] %>
<%- else -%>
<%- end -%>
<%= yield :layout %>