html`<div class="examples">
<div class="example">
<button id="toggleButton">Toggle It</button>
<div class="box" id="toggleExample">
<span>These contents will toggle. For most use cases, this is probably the method you'll use in the wild. Clicking the button again will cause the box to open and closed based on its current state (obviously).</span>
</div>
</div>
</div>`