I want to render some data in an HTML comment, visible when I look at
the page but otherwise not visible to the user. It's mostly for
debugging "in the real world". I try like this:
<!-- ${data} -->
However, Cambridge renders this as-is. If I remove the comments,
Cambridge renders the expression.
Is it not possible to render comments?
Thanks,
Jeff