...

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

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

     1{{ ""|title }}
     2{{ 5|title }}
     3{{ "h"|title }}
     4{{ "hello there!"|title }}
     5{{ "HELLO THERE!"|title }}
     6{{ "hELLO tHERE!"|title }}
     7{{ simple.chinese_hello_world|title }}

View as plain text