Help for this page

Select Code to Download


  1. or download this
      $template->process(
       'toplevel.html', {
    ...
        body => 'welcome_page.html'
       }
      };
    
  2. or download this
    <html>
     <head>
    ...
      [% INCLUDE body %] <!-- To include welcome_page.html -->
     </body>
    </html>