Help for this page

Select Code to Download


  1. or download this
    [% INCLUDE file var1=val1 var2=val2 ... %]
    
  2. or download this
    [% BLOCK _inline_file %]
    ...contents of file...
    [% END BLOCK %]
    
    [% INCLUDE _inline_file var1=val1 var2=val2 ... %]