...

Text file src/github.com/noirbizarre/gonja/testData/tests/odd.tpl

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

     1{{ 2 is odd }}
     2{{ 1 is odd }}
     3{{ 0 is odd }}
     4{{ 2.0 is odd }}
     5{{ 2.1 is odd }}
     6{{ 'test' is odd }}

View as plain text