%= output_title_and_meta_tags %>
<%= sentry_frontend_tags %>
<% relative_url_root = OpenProject::Configuration['rails_relative_url_root'] || '' %>
<% if @project %>
<% end %>
<% unless User.current.anonymous? %>
<% end %>
<% if Setting.demo_projects_available %><% end %>
<% if Setting.boards_demo_data_available %><% end %>
<%= csrf_meta_tags %>
<%= initializer_meta_tag %>
<%= call_hook :view_layouts_base_html_meta %>
<%= render 'common/favicons' %>
<%# 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" %>
<% 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 %>
<%= crowdin_in_context_translation %>