...

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

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

     1{{ "Test"|first }}
     2{{ complex.comments|first }}
     3{{ 5|first }}
     4{{ true|first }}
     5{{ nothing|first }}
     6{{ simple.chinese_hello_world|first }}

View as plain text