we are using TinyButStrong and OpenTbs to prepare word (docx) documents from templates. We basically need to process several sub-templates (based on what user selected) and then merge all as table rows into the main template.
So basically we need something like this:
Final Template
Table
Row 1 - Output from docx1 template
Row 2 - Output from docx2 template
The rows can vary, so do the sub template file for each individual row.
TBS seems to have a subtpl markup, however its not clear how it takes up arguments especially when we need to tell it which file to use and the parameters for each template to bind with.