* use html5 details element instead of javascript
Reduces reliance on JS for content. I found when the JS didn't full load (flaky connection), I couldn't open these detail blocks.
* fix: remove the unused click handler
---------
Co-authored-by: Franck Nijhof <git@frenck.dev>