<%# locals: name:, title:, hint:, open:, count: 0 %>
>
<%= title %>
<% if hint.present? %>

<%= hint %>

<% end %>
<% if count.to_i.positive? %> <%= count %> <% end %>
<%= yield %>