diff options
author | Kevin Decker <kpdecker@gmail.com> | 2013-12-25 10:13:13 -0800 |
---|---|---|
committer | Kevin Decker <kpdecker@gmail.com> | 2013-12-25 10:13:13 -0800 |
commit | 9f1b3bcea09e9c7675b344044397ce7b49f1ccd9 (patch) | |
tree | efe316f83b0bedcbd35b3bea7ff53da7b4be9ec9 /README.markdown | |
parent | 2dae24418545240823082dc8cc9a3e1ccb39f0e6 (diff) | |
parent | c62ce32cc93a60aa52a4b1685968846d14cb0dfb (diff) | |
download | handlebars.js-9f1b3bcea09e9c7675b344044397ce7b49f1ccd9.zip handlebars.js-9f1b3bcea09e9c7675b344044397ce7b49f1ccd9.tar.gz handlebars.js-9f1b3bcea09e9c7675b344044397ce7b49f1ccd9.tar.bz2 |
Merge pull request #685 from blakeembrey/dombars
Add dombars to the projects list
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 58c7515..0297c35 100644 --- a/README.markdown +++ b/README.markdown @@ -383,6 +383,7 @@ Handlebars in the Wild templating engine, extending it with automatic data binding support. * [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 External Resources ------------------ |