Skip to content

{{space}}

Pads the input value out to 30 characters using whitespace, for column alignment in generated output.

{{space "<value>"}}
This is {{space "Hello World"}} ...spaced out.

This results in:

This is Hello World ...spaced out.