%= csp_meta_tag %>
<%= javascript_include_tag 'i18n_bundle' %>
<%= stylesheet_link_tag 'sn_icon_font' %>
<%= stylesheet_link_tag 'tailwind' %>
<% if @ove_enabled %>
<%= javascript_include_tag 'open_vector_editor' %>
<%= javascript_include_tag 'vue_components_open_vector_editor' %>
<% else %>
<%= render partial: "promo", locals: {active: :label}, formats: :html %>
<% end %>