0.15.0 ā€¢ Published 6 years ago

uiengine-adapter-ejs v0.15.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

UIengine template adapter for EJS

šŸš¦ State: Production ready

Configuration

Plain and simple:

adapters:
  ejs: uiengine-adapter-ejs

With options:

adapters:
  ejs:
    module: uiengine-adapter-ejs
    options:
      debug: true

The options are passed to the EJS renderer.

In addition to that there is the option debug for a more detailed output in case of rendering errors.