Limits a number to a maximum value.
Input
{{ 4 | at_most: 5 }}
Output
4
{{ 4 | at_most: 3 }}
3
© 2005, 2006 Tobias LuetkeLicensed under the MIT License. https://shopify.github.io/liquid/filters/at_most/