Help for this page

Select Code to Download


  1. or download this
    <p>hello, [% name %]
    [% content %]
    <p>goodbye, [% name %]
    
  2. or download this
    <title>Some Page</title>
    [% WRAPPER layout %]
    <p>This is the body of the page.
    [% END %]