On Thu, Dec 16, 2010 at 6:43 PM, David Precious <davidp@preshweb.co.uk> wrote:Whoa, you are right, in the template you can access params. So now I
>
>
>
> I believe they're already passed in under params, so you can use e.g.:
>
> [% params.foo %]
>
> Not 100% certain, though.
>
> --
> David Precious <davidp@preshweb.co.uk>
> Sent from my phone so please excuse brevity / poor quoting style etc
>
know of 3 things Dancer provides you in the templates: request,
session and params. Are there any others? Lets document this
somewhere. Maybe in the Dancer::Template pod?
-Naveed