<%= output_title_and_meta_tags %> <%= appsignal_frontend_tag %> <% relative_url_root = OpenProject::Configuration['rails_relative_url_root'] || '' %> <% if @project %> <% end %> <% if Setting.demo_projects_available %><% end %> <% if Setting.boards_demo_data_available %><% end %> <% if Setting.demo_view_of_type_team_planner_seeded %><% end %> <%= csrf_meta_tags %> <%= initializer_meta_tag %> <%= call_hook :view_layouts_base_html_meta %> <%= render 'common/favicons' %> <%# Allow gon output when necessary %> <%= include_gon(nonce: content_security_policy_script_nonce) %> <%# Include CLI assets (development) or prod build assets %> <%= include_frontend_assets %> <%# Render CSS highlighting %> <%= stylesheet_link_tag "/highlighting/styles/#{highlight_css_version_tag}", media: :all, skip_pipeline: true %> <%# Custom styles %> <%= render partial: "custom_styles/inline_css_logo" %> <%= render partial: 'custom_styles/primer_color_mapping' %> <% if apply_custom_styles? %> <% cache(CustomStyle.current) do %> <%= render partial: "custom_styles/inline_css" %> <% if CustomStyle.current.favicon.present? %> <% end %> <% if CustomStyle.current.touch_icon.present? %> <% end %> <% end %> <% end %>