I am trying to include a lpt template in my TDL template. The template is called LinqMetaDataLpt.
I have included it by writing:
<# LinqMetaDataLpt #>
However this doesn't work. Infact it doesn't do anything at all. I can type:
<# LinqMetaDataLptYeeHawDFSDFSDFSDF#>
and it doesn't even throw an error. I can't get this include syntax to do anything at all, it's like it's not even there.
I've included lpt templates from other lpt templates before with no issue. I was under the impression you could include lpt from tdl.
(llbl 3)