<%# locals: (title:, count: nil, description: nil, anchor: nil) %> <%= tag.div id: anchor.presence, class: "flex items-baseline justify-between gap-3 mt-6 mb-1.5 px-1" do %>

<%= title %> <% if count %> ยท <%= count %> <% end %>

<% if description.present? %>

<%= description %>

<% end %> <% end %>