These docs are for v2.0. Click to read the latest docs for v5.0.

Handlebars

Serverside template engine

Based on Handlebars.net library.

Which implements the popular javascript template engine for serverside templating.
The possibilities are very similar to the javascript version handlebarsjs.com

List of available helpers :

formatnumber

Parameters :

{{formatnumber Address.latitude  "" "invariant"}}

multiply

divide

equal

registerscript

Load with dnn client dependency framework the javascript file.
If no path defined, the file is loaded from the template folder.

{{registerscript "jplist.core.min.js"}}

registerstylesheet

Load with dnn client dependency framework the stylesheet file.
If no path defined, the file is loaded from the template folder.

{{registerstylesheet "/DesktopModules/OpenContent/css/font-awesome/css/font-awesome.css"}}

arrayindex

arraytranslate