Hello all, I'm attempting to do variable file includes, where the actual file name is held in a column in a database, but I am having a few issues. I'm attempting to do: <dtml-in plugins> <dtml-if expr="userpluginposition == 3"> <dtml-var pluginfilename> </dtml-if> </dtml-in> But, with no luck. Is there another way to do? Any help or direction would be greatly appreciated. Thanks! -Jason