<% if @current_item.try(:prev_page) %> <%= tag.link rel: "prev", href: url_for(nav_params_for(@current_item.prev_page)) %> <% end %> <% if @current_item.try(:next_page) %> <%= tag.link rel: "next", href: url_for(nav_params_for(@current_item.next_page)) %> <% end %> <%= csrf_meta_tag %> <% unless CurrentUser.disable_responsive_mode? %> <% end %> <% if CurrentUser.user.blacklisted_tags.present? %> "> <% end %> <%= javascript_pack_tag "application" %> <%= stylesheet_pack_tag "application" %> <% if CurrentUser.user.custom_style.present? %> <%= stylesheet_link_tag custom_style_users_path(md5: Digest::MD5.hexdigest(CurrentUser.user.custom_style)), media: "screen" %> <% end %> <% if Danbooru.config.twitter_site %> <% end %> <%= tag.meta name: "description", content: meta_description %> <%= tag.meta property: "og:type", content: "website" %> <%= tag.meta property: "og:site_name", content: Danbooru.config.app_name %> <%= tag.meta property: "og:title", content: page_title %> <%= tag.meta property: "og:description", content: meta_description %> <%= tag.meta property: "og:url", content: request.original_url %> <% if Danbooru.config.twitter_site.present? %> <%= tag.meta name: "twitter:site", content: Danbooru.config.twitter_site %> <%= tag.meta name: "twitter:title", content: page_title %> <%= tag.meta name: "twitter:description", content: meta_description %> <% end %> <%= yield :html_header %> <%= raw Danbooru.config.custom_html_header_content %> <%= tag.body **body_attributes(CurrentUser.user, params, @current_item) do %> <%= render "news_updates/listing" %>

<%= link_to Danbooru.config.app_name, "/" %>

<% if !CurrentUser.is_anonymous? && !CurrentUser.is_gold? && cookies[:hide_upgrade_account_notice].blank? && params[:action] != "upgrade_information" %> <%= render "users/upgrade_notice" %> <% end %> <% if CurrentUser.user.is_banned? %> <%= render "users/ban_notice" %> <% end %> <% if params[:controller] != "dmails" && has_unread_dmails?(CurrentUser.user) %> <%= render "users/dmail_notice" %> <% end %> <% if CurrentUser.user.can_approve_posts? %> <%= render "moderator/post/queues/notice" %> <% end %>
"> <%= format_text(flash[:notice], inline: true) %>. close
<%= yield :layout %>
<%= render "static/footer" %> <% end %>