Logic-less templates to render text content. Reference - mustache
Document, plugin and sample capx files are included.
It could separate formatted string and variables, for example,
The result of
Template: "Hello, {{name}}"
with view: {"name":"Construct2"}
is "Hello, Construct2"