-- main.mcl -- import "golang" $v = 42 $x = golang.template("hello", $v) # redirect var for harder unification test "${x}" { #anotherstr => $x, } -- OUTPUT -- Vertex: test[hello]