dust-motes
dust-motes copied to clipboard
Repository for contributed helper and filter extensions to dust
Bumped version of iterate to 0.0.3
e.g. ``` {?._attachments} Files {@iterate key=._attachments} {$key} {~s} {/iterate} {/._attachments} ```
I have a bug when i put an async helper in a block : ``` html {@provide [optional params]} main block of dust {:block1} {@myAsyncHelper /} {/provide} ``` It causes...
related to https://github.com/linkedin/dustjs-helpers/issues/74 possible extensions to Dust core (which would of course change Dust far from logic-less): - create functions from expressions to compiled version of template (performance improvement and...