...

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

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

     1{{ [true, false, 0, 1]|select }}
     2{{ [0, 1, 2, 3, 4, 5]|select('odd') }}
     3{{ [0, 1, 2, 3, 4, 5]|select('ge', 3) }}

View as plain text