> It shouldn't be overly hard to statically render everything initially, > and then have the JS collapse everything. Yeah, that's what I was looking at. I think we can set the Bootstrap class to initially be open, and as you say, have a JavaScript func that, on page load, closes everything.
Shouldn't this be doable without javascript, using <details> and <summary>? Or does that somehow break with the version of bootstrap we use?