Home

Awesome

⚠️ This repository has been moved to the monorepo jsreport/jsreport

jsreport-child-templates

NPM Version Build Status

jsreport extension adding support to combine one template from multiple sub templates

See https://jsreport.net/learn/child-templates

Installation

npm install jsreport-child-templates

jsreport-core

You can apply this extension also manually to jsreport-core

var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-child-templates')())