Hello,
I started with Catalyst and don't know why I cannot access the context
object from Template Toolkit.
All other data from db or from forms is rendered ok but when I do e.g.
[% c.config.name %] in the template, nothing is shown.
I call template like this:
$c->stash->{template}->'books/view.tt2';
What should I check?
Radek