The pad-helper will pad a string with the specified character the specified number of times. By default the character is a space ‘ ‘.

  {{pad}}

when used with this context:

{
  path: 'notepages/school/My Cool Page',
  name: 'My Cool Page is here!'
}

will result in:

...