The result of addition 2+2 is {{ add 2 2 }}
The result of subtraction 4-2 is {{ sub 4 2}}
> The "sub" template function is registered through the "mycollection" package
which is imported in the main.go and it contains an init function which registers
its global functions by calling the "blocks.Register" function.