{#comment}

Description

Template comment syntax: anything inside {# ... } is stripped from the output and always returns an empty string. Use it to annotate templates without affecting the rendered HTML. Comments may contain AA aliases (_#FIELD) or other expressions; they are all silently discarded. Example: {# this is a comment _#HEADLINE and more } produces nothing.
v1.0 Deprecated: no