<% modal_title_id = "modal_title_#{SecureRandom.hex(4)}" %>
<% if local_assigns[:title] %>
<%= local_assigns[:title] %>
<% end %>
<%= yield %>