Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

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.