We need a way to compose strings from variables. For this purpose, "interpolation expressions" should be used that support
a mushache-like syntax, e.g. "Hello {{foo}}". Interpolation expressions may also support simple function calls, like "Hello {{#random:16}}" or "Hello {{#uppercase:$name}}".
TBD: spec this out in several levels of complexity. The base line would by just {{foo}}.