Is it possible to use nested doc includes in a foreach loop?
eg:
List of Persons:
• <<foreach [in Persons]>> <<doc [doc1] -build>>
<</foreach>>
Where the included Template Document has the defined layout of a person
<<[Name]>>, <<[Surname]>>
In my test the doc1-Document is not rederred in the context of the person (foreach). It renderes always the first person.