Given """ {{{multiply 2}}}""" """ {{{multiply n}}}""" And init |> add "n" 10 |> add "multiply" (fun x -> x * 2) The first one with the literal 2 fails to compile. The second works. How does on specify numbers in the template?