Annotate aql expression

how to annotate an expression in the template so that the expression won’t work during generation? And will work again if I remove the annotation mark?

Hi Qifan,

You can comment it:

{m:variable....}

becomes:

{m:comment variable....}

For blocks you can surround them with a comment block.

1 Like