Name

PKIT_COMMENT — Write comments inside your templates. The comments are stripped out of your source. Before it is delivered.

Synopsis

       
         <PKIT_COMMENT>This is a comment!</PKIT_COMMENT>
       
      

Description

The <PKIT_COMMENT> tag is used to comment the block between <PKIT_COMMENT> and </PKIT_COMMENT>. This is done in a ballanced manner, so it is possible to have nested blocks of comments.

If you have more opening tags than closing ones, the spare opening tags are seen as text in the comment, as long as they are surrounded by any close tag.

Close tags are closed as soon as possible, so if your source contains more close tags than open tags, spare close tags are in your delivered source. </PKIT_COMMENT> is available as of Apache::PageKit 1.13.