freemarkerjs icon indicating copy to clipboard operation
freemarkerjs copied to clipboard

Freemarker implementation in js

FreemarkerJs

FreemarkerJs is a javascript implementation of the Freemarker (http://freemarker.sourceforge.com).

Usage

alert( freemarker.render("Hello ${name}", {name:'Bob'}); );