double
Double up a variable.
This modifier can be used with both strings and numbers.
Sample Usage
{{ my_var|double }}
If {{ my_var }} is 10, this will output 20.
If {{ my_var }} is gobble, this will output gobblegobble.
Parameters
This modifier has no parameters.