<% if @title %>

<%= @title %> <%= render component('ui/toggletip').new(text: @title_hint, position: :left) if @title_hint %>

<% end %> <% if content&.present? %>
<%= content %>
<% end %> <% if action? %>
<%= action %>
<% end %>