class HandleBars

This is a class that suports the HandleBars use cases in Tsugi

Methods

static 
templateInclude($name)

templateInclude - Include a handlebars template, dealing with i18n

static 
templateProcess($template)

templateProcess - Process a handlebars template, dealing with i18n

Details

at line 26
static templateInclude($name)

templateInclude - Include a handlebars template, dealing with i18n

This is a normal handlebars template except we can ask for a translation of text as follows:

... {{__ 'Hello world' }} ...

The i18n replacement will be handled in the server in the template. Single or Double quotes can be used.

Parameters

$name

at line 52
static templateProcess($template)

templateProcess - Process a handlebars template, dealing with i18n

This is a normal handlebars template except we can ask for a translation of text as follows:

... {{__ 'Hello world' }} ...

The i18n replacement will be handled in the server in the template. Single or double quotes can be used.

Parameters

$template