
=== HEADER ===

=== BODY ===

  A simple demonstration of a template :
  [query: .myTemplate(2)]
  End of demonstration.
=== FOOTER ===

=== TEMPLATES ===

template public myTemplate (a : java.lang.Integer)
  table
    row
      
        1
      
        2
      
        3
      
    row
      
        
      
        
      
        
      
    row
      
        A
      
        B
      
        C
      
    
  