If content contains #child childTemplateName, how to I pass in the childTemplateName in the render call as well? Please see render snipped below.
jsreport.render({
template: {
content: content.toString(),
helpers,
phantom: {
footer: name === 'codered' ? footer.replace('{{now}}', '') : footer,
header: header.toString(),
headerHeight: '4cm',
footerHeight: '1cm',
format: 'portrait',
margin: '{"top" : "0px", "right" : "0px", "bottom" : "0px", "left" : "0px"}'
},
engine: 'handlebars',
recipe: 'phantom-pdf'
},
data
})));