From 496ed8a25f45d75cfbde6144e6ab05c82d3d57cb Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Wed, 28 Oct 2015 18:00:16 +0100 Subject: [PATCH] Add promised-handlebars to "in-the-wild"-list --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index 61c0bdcf9..22b8a51f4 100644 --- a/README.markdown +++ b/README.markdown @@ -149,6 +149,7 @@ Handlebars in the Wild * [YUI](http://yuilibrary.com/yui/docs/handlebars/) implements a port of handlebars * [Swag](https://github.com/elving/swag) by [@elving](https://github.com/elving) is a growing collection of helpers for handlebars.js. Give your handlebars.js templates some swag son! * [DOMBars](https://github.com/blakeembrey/dombars) is a DOM-based templating engine built on the Handlebars parser and runtime +* [promised-handlebars](https://github.com/nknapp/promised-handlebars) is a wrapper for Handlebars that allows helpers to return Promises. External Resources ------------------