I came across this doc which discusses an issue where using the hashtag '#' symbol in ISML templates can sometimes cause errors. Although the documentation focuses on JavaScript, it seems that using '#' in ISML can cause issues in general, and replacing it with ${'#'} can resolve the problem. Could you please explain why the use of '#' can cause ISML templates to break? When we need "clear" '#' in ISML?
Thank you