Interact with handlebars template after it has loaded
I can pass in variables to a handlebars template using nodejs/express etc.
However, I have a situation that I cannot seem to understand.
Person must click on a html element from the handlebars template.
I want a js function to be called from this click (not sure where to write this function) that changes the css class of another html element inside that same template.