Details HTML element with open attribute

The details HTML element can be used as a no-Javascript alternative to e.g. the Bootstrap collapsible element: ```html
This is always shown

This is hidden.

```