<%= render "meta_links", collection: @current_item %> <%= tag.link rel: "canonical", href: canonical_url %> <%= tag.link rel: "search", type: "application/opensearchdescription+xml", href: opensearch_url(format: :xml, version: 2), title: "Search posts" %> <%= csrf_meta_tag %> <% unless CurrentUser.enable_desktop_mode? %> <% end %> <% if CurrentUser.user.blacklisted_tags.present? %> "> <% end %> <%= javascript_packs_with_chunks_tag "application" %> <%= stylesheet_packs_with_chunks_tag "application" %> <% if CurrentUser.user.custom_style.present? && params.fetch(:css, "true").truthy? %> <%= stylesheet_link_tag custom_style_users_path(md5: Digest::MD5.hexdigest(CurrentUser.user.custom_style)), media: "screen" %> <% end %> <% if current_page?(root_url) %> <%= json_ld_website_data %> <% 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_username.present? %> <%= tag.meta name: "twitter:site", content: "@#{Danbooru.config.twitter_username}" %> <% end %> <%= tag.meta name: "twitter:title", content: page_title %> <%= tag.meta name: "twitter:description", content: meta_description %> <%= tag.meta name: "git-hash", content: Rails.application.config.x.git_hash %> <%= tag.meta name: "theme-color", content: "hsl(213, 100%, 50%)" %> <%= 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, root_path, id: "app-name-header", class: "heading" %>
<%= menu_icon(id: "maintoggle-on") %> <%= close_icon(id: "maintoggle-off", style: "display: none;") %>
<%= render "users/verification_notice" %> <% 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 %>
"> <%= format_text(flash[:notice], inline: true) %>. close
<%= yield :layout %>
<%= render "static/footer" %> <% end %>