Package qm :: Package external :: Package DocumentTemplate :: Module DT_Var :: Class Comment
[hide private]
[frames] | no frames]

Class Comment
source code

Comments

The 'comment' tag can be used to simply include comments in DTML source.

For example:
 <!--#comment-->
 
   This text is not rendered.

 <!--#/comment-->


Instance Methods [hide private]
  __init__(self, args, fmt='')
  render(self, md)
  __call__(self, md)

Class Variables [hide private]
name  
blockContinuations  

Method Details [hide private]

__init__(self, args, fmt='')
(Constructor)

source code 

render(self, md)

source code 

__call__(self, md)
(Call operator)

source code 

Class Variable Details [hide private]

name

Value:
'comment'                                                              
      

blockContinuations

Value:
()