On Fri, Jan 31, 2014 at 1:15 PM, Rajeev Prasad <[email protected]> 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
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to