handlebars Module
Handlebars is a simple template language inspired by Mustache.
This is a YUI port of the original Handlebars project, which can be found at https://github.com/wycats/handlebars.js.
This module provides the following classes:
This module is a rollup of the following modules:
-
handlebars-base
Provides basic Handlebars template rendering functionality. Use this module when you only need to render pre-compiled templates.
-
handlebars-compiler
Handlebars parser and compiler. Use this module when you need to compile Handlebars templates.