jsreport-jade

2.0.1 • Public • Published

jsreport-jade

Build Status

Use jade templating engine in jsreport and jsreport-core

npm install jsreport-jade

You can access the input data through jade locals and you can find helpers on templateHelpers

doctype html
html(lang="en")
  head
  body
    p Hello from helper: #{templateHelpers.hello()}
    p Hello from input data: #{hello}

See the playground example

Readme

Keywords

Package Sidebar

Install

npm i jsreport-jade

Weekly Downloads

5

Version

2.0.1

License

MIT

Last publish

Collaborators

  • bjrmatos
  • pofider