%# locals: (headers: [], rows: [], caption: nil) %>
| <%= index == headers.length - 1 ? "rounded-tr-lg" : "" %> <%= index < headers.length - 1 ? "border-r border-r-alpha-black-200" : "" %> "> <%= header %> | <% end %>
|---|
| <%= !caption && row_index == rows.length - 1 && col_index == 0 ? "rounded-bl-md" : "" %> <%= !caption && row_index == rows.length - 1 && col_index == row.length - 1 ? "rounded-br-md" : "" %> "> <%= value %> | <% end %>