in reply to Template Toolkit: template paths, INCLUDE_PATH, error
form.html:
[% INCLUDE templates/header.html title = "Results page" %] <div>From template:</div> <div>[% message %]</div> [% INCLUDE templates/footer.html%]
my $template = Template->new({<----*****HERE INCLUDE_PATH => '/Users/7stud/perl_programs/cgi_projects/1proj' }); ^ | | *****AND HERE
|
|---|