{{replicate}}
Returns the input string value a number of times, as specified by the input integer.
This is often used to generate test data.
{{#replicate 10}}
Example
Section titled “Example”{{#replicate 3}}This value is replicated 3 times!{{/replicate}}
This returns:
This value is replicated 3 times!This value is replicated 3 times!This value is replicated 3 times!