Help for this page
sub _fill_in { my ($template, %params) = @_; ... SOURCE => catfile($templates_path, "$template.tmpl")); $template->fill_in(HASH => \%params, OUTPUT => \*STDOUT); }
{include('_header', title => 'Page title')} <p>Some text...</P> {include('_footer')}