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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: