comment: Comments DTML The comment tag lets you document your DTML with comments. You can also use it to temporarily disable DTML tags by commenting them out. Syntax 'comment' tag syntax:: The 'comment' tag is a block tag. The contents of the block are not executed, nor are they inserted into the DTML output. Examples Documenting DTML:: This content is not executed and does not appear in the output. Commenting out DTML:: This DTML is disabled and will not be executed.