Help for this page

Select Code to Download


  1. or download this
    my $filename = "./page.inc";   # or determine dynamically
    $layout->param( page => $filename );
    
  2. or download this
    <html>
      <head>
    ...
        <!-- tmpl_include_var name='page' -->
      </body>
    </html>