Basically, I’m trying to create an accordion by toggling the class hidden which has the CSS for hiding the element. I can do this manually by writing out the ID myself, but trying to automate the ID by using for loops only allows me to set the ID by using the @id attribute, but trying to refer to it in the macro with the same variable fails, be the variable temporary or global. Is this even possible, or should I just do this manually?
<<toggleclass "_AccordionID" "hidden">>