You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2025. It is now read-only.
Pretty self explanatory: Add lo-dash's range function as a swig function. I found it useful when building out pagination for example:
{{ range(maxNumPages) }}
but it's generally useful any time a number is provided that you may want to iterate over in the template.