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