Viewing the template
- Start the server
$ perl script/kitiwiki_server.pl -d
- Browse to http://localhost:3000/hello.
Hello, world! This is hello.tt!
- [% template %] replaced with $c->stash->{template}
- Everything in stash becomes TT variables
- $c is just [% c %]