diff options
author | Kevin Decker <kpdecker@gmail.com> | 2015-04-25 09:54:25 -0500 |
---|---|---|
committer | Kevin Decker <kpdecker@gmail.com> | 2015-04-25 09:54:25 -0500 |
commit | 6ecf509385d36429654ca5f551d32d2e7fc49df5 (patch) | |
tree | 64e90161c46bb79fdace1fce4ec04748215cf810 | |
parent | 2f0b86665f6080c065d67182ccfdca2ce6f243fa (diff) | |
parent | d9450895658f5e909218877bdafeabee93f44d75 (diff) | |
download | handlebars.js-6ecf509385d36429654ca5f551d32d2e7fc49df5.zip handlebars.js-6ecf509385d36429654ca5f551d32d2e7fc49df5.tar.gz handlebars.js-6ecf509385d36429654ca5f551d32d2e7fc49df5.tar.bz2 |
Merge pull request #1008 from shannonmoeller/patch-1
Added handlebars-layouts to the in-the-wild list
-rw-r--r-- | README.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 15f7e20..d6aa6bd 100644 --- a/README.markdown +++ b/README.markdown @@ -403,6 +403,7 @@ Handlebars in the Wild from Les Hill (@leshill). * [handlebars-helpers](https://github.com/assemble/handlebars-helpers) is an extensive library with 100+ handlebars helpers. +* [handlebars-layouts](https://github.com/shannonmoeller/handlebars-layouts) is a set of helpers which implement extendible and embeddable layout blocks as seen in other popular templating languages. * [hbs](http://github.com/donpark/hbs): An Express.js view engine adapter for Handlebars.js, from Don Park. * [koa-hbs](https://github.com/jwilm/koa-hbs): [koa](https://github.com/koajs/koa) generator based |