...

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

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

     1{{ [1, 2, 3]|max }}
     2{{ ["a", "B"]|max }}
     3{{ ["a", "B"]|max(case_sensitive=true) }}
     4{{ []|max }}
     5{{ [{'value': 1}, {'value': 2}]|max(attribute="value") }}

View as plain text