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