helpers / handlebars-helpers

188 handlebars helpers in ~20 categories. Can be used with Assemble, Ghost, YUI, express.js etc.
http://assemble.io/helpers/
MIT License
2.22k stars 364 forks source link

Math helper pass variable not a number #338

Closed JurajJakubov closed 5 years ago

JurajJakubov commented 5 years ago

I am using https://www.npmjs.com/package/handlebars-helpers Math helpers work perfectly, but I just don't know how to use it to work with variable. For example:

{{minus 5 1}}
Output is: 4

But how can i make

{{minus page 1}} Because it gives me error that first parameter must be a number Thank for any advice

JurajJakubov commented 5 years ago

Just mistake sorry variable name is current not page. It works :)