Accordion
Our templates currently include one interactive section: an accordion.
Example
On mobile, it works just like you're used to: clicking an accordion title reveals the content inside it.
The interaction is handled with :hover, just like with the hamburger menu. Therefore, it doesn't close when you click the title again, it doesn't work like a toggle.
In most email clients except iOS Mail, you can touch outside to close it, or touch another title to close the current one and open that instead.
For desktop, the accordion items are all opened.
You can easily change the looks by changing text, spacing, and backgrounds.