hugofunctionsfmtfmt.Printfmt.Print{{ print "foo" }} → foo{{ print "foo" "bar" }} → foobar{{ print (slice 1 2 3) }} → [1 2 3]