10 lines
297 B
Markdown
10 lines
297 B
Markdown
|
# handlebars-rust helpers
|
||
|
Personal collection of helpers for [handlebars-rust](https://github.com/sunng87/handlebars-rust).
|
||
|
|
||
|
## What is included
|
||
|
* `eq`: equality check of two parameters
|
||
|
* `JSONstringify`: returns JSON representaton of parameter.
|
||
|
|
||
|
## License
|
||
|
GNU LGPL v3, see [LICENSE](./LICENSE).
|