Learn

triple

Triple up a variable.

This modifier can be used with both strings and numbers.

Sample Usage

{{ my_var|triple }}

If {{ my_var }} is 10, this will output 30. If {{ my_var }} is yadda, this will output yaddayaddayadda.

Parameters

This modifier has no parameters.

This article was last updated on March 30th, 2016. Find an error? Please let us know!