On Fri, Jan 31, 2014 at 1:15 PM, Rajeev Prasad <rp.ne...@yahoo.com> wrote:

> hello,
>
> my template is getting variable:   userLevel
>
> this is then used to call a document like this:->
>
> [% INCLUDE mainmenu.$userLevel %]
>
>
Just put quotes around the entire template name:

[% INCLUDE "mainmenu.$userLevel" %]


--Sean
_______________________________________________
templates mailing list
templates@template-toolkit.org
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to