Skip to content

hb adapter

jarnoux edited this page Jun 23, 2013 · 4 revisions

Description

hb-adapter is an adapter middleware for the popular template engine Handlebars. It is the default engine to render html files in the views/ directory. You can modify the template engine used by Rig by calling the rig.engine method (see API here).

Configuration

Example

"hb-adapter": null

-- hb-adapter currently takes no configuration

Clone this wiki locally