Help for this page

Select Code to Download


  1. or download this
    if (condition){
          print p('hello');
    }
    
  2. or download this
    [% IF condition %]
          <p>hello</p>
    [% end %]