<% if menus? %> <%= render component('ui/dropdown').new( size: :s, class: "absolute top-0 right-0 m-6", ).with_content(safe_join(menus)) %> <% end %> <% if @title %>

<%= @title %> <%= render component("ui/toggletip").new(text: @title_hint) if @title_hint %>

<% end %> <% sections.each do |section| %> <%= section %> <% end %> <% if content.present? %>
<%= content %>
<% end %> <% if action? %>
<%= action %>
<% end %>