diff options
author | Shannon Moeller <me@shannonmoeller.com> | 2015-04-24 22:29:40 -0400 |
---|---|---|
committer | Shannon Moeller <me@shannonmoeller.com> | 2015-04-24 22:29:40 -0400 |
commit | d9450895658f5e909218877bdafeabee93f44d75 (patch) | |
tree | 64e90161c46bb79fdace1fce4ec04748215cf810 | |
parent | 2f0b86665f6080c065d67182ccfdca2ce6f243fa (diff) | |
download | handlebars.js-d9450895658f5e909218877bdafeabee93f44d75.zip handlebars.js-d9450895658f5e909218877bdafeabee93f44d75.tar.gz handlebars.js-d9450895658f5e909218877bdafeabee93f44d75.tar.bz2 |
Added handlebars-layouts to the in-the-wild list
I've written a set of helpers which implement layout blocks similar to Jade, Jinja, Swig, Twig, and others. It seems to be gaining some popularity (around 10k npm downloads per month at present) and I would be honored to have it included in the in-the-wild list in case it may prove useful to others.
-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 |