Expandable Menu
To add the expandable menu just add the <details> and <summary> tags. Placing the title to be displayed inside the <summary> tag and below the content.
<details>
<summary>{TITLE THAT WILL BE DISPLAYED}</summary>
{CONTENT}
</details>
Example:
CLICK HERE TO OPEN OR CLOSE
This example is using the open tag so that the menu appears open by default.