search for: mytemplate2

Displaying 1 result from an estimated 1 matches for "mytemplate2".

Did you mean: mytemplate
2010 May 20
10
Question about templates from variables
I''m running into an issue trying to do something like the following: class test { file {"test": content => template(''mytemplate1'',''mytemplate2''), } } class test::test2 inherits test { File["test"] { content +> template(''mytemplate3''), } } So, basically I want the inherited class to tack on another template file to the one in the parent class. The above works (that is, it doesn''t result...