...

Text file src/github.com/noirbizarre/gonja/testData/filters/center.tpl

Documentation: github.com/noirbizarre/gonja/testData/filters

     1'{{ "test"|center(3) }}'
     2'{{ "test"|center(19) }}'
     3'{{ "test"|center(20) }}'
     4{{ "test"|center(20)|length }}
     5'{{ "test2"|center(19) }}'
     6'{{ "test2"|center(20) }}'
     7{{ "test2"|center(20)|length }}
     8'{{ simple.chinese_hello_world|center(20) }}'

View as plain text