<%= content_tag(:div, **@tag_arguments) do %> <% if @selectable %>Selectable<% end %> <% cells.each do |cell| %><%= cell %><% end %> <% end %>