Types of your basic token values will be automatically adjusted, that means, if your string value can be parsed into integer, bool, float, then their types will be changed. For example, if you pass a token with a value "4" (quotes indicates a string) then in the template it will be of type integer (parsed from a string).