2.0.1 • Published 8 years ago

jsreport-jade v2.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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

2.0.1

8 years ago

2.0.0

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.2.0-rc1

8 years ago

1.1.0

8 years ago

1.0.0

9 years ago