{{ aspExample({ code: "<button class=\"asp-help asp-js-toggle-button\" type=\"button\" aria-expanded=\"false\" aria-label=\"Show help\" data-toggle-element=\".hint-example-1\" data-toggle-text=\"help\">
<span class=\"sr-only\">Help</span>
<span aria-hidden=\"true\">?</span>
</button>

<div class=\"hint-example-1\">
<p>Content</p>
</div>", nunjucks: "{{ aspHelp({
targetElement: \".hint-example-1\",
aria: \"Help\"
}) }}", title: "", id: "66a3a3d25d1a9", url: "" }) }}

Help with expanded content

{{ aspExample({ code: "", nunjucks: "{{ aspHelp({
targetElement: \".hint-example-1b\",
expanded: true,
aria: \"Help\"
}) }}", title: "", id: "66e024995cf4f", url: "" }) }}

Help with close other content

{{ aspExample({ code: "", nunjucks: "{{ aspHelp({
targetElement: \"#hint-example-2\",
closeElements: [\".hint-example-1\", \".hint-example-2\"],
aria: \"Hint\"
}) }}", title: "", id: "66e024995d2c5", url: "" }) }}

WIP – Tied in with JS toggle functionality (This is hardcoded HTML like the cookie banner)

Non JS if the content isn’t hidden it should show