Online FreeMarker Template Tester

Note: This syntax is specific to this online service; normally, you just have Java objects as data-model.
someString = Some value
otherString = "JSON\nsyntax"
someNumber = 3.14
someBoolean = true
someDate = 2014-02-28
someTime = 20:50:30.5+02:00
someDatetime = 2014-02-28T18:50Z
someList = ["JSON", "syntax", 1, 2, 3 ]
someMap = { "JSON syntax": true, "nestedList": [1, 2, 3] }
someXML = <example x="1">text</example>
Output format (?)
Locale
Time zone
Tag syntax (?)
Interpolation syntax (?)
  Ctrl+Enter in input fields will submit this form too
Fork me on GitHub