From 0788e5d83be2d6566dbf68fb66f2289505d8b175 Mon Sep 17 00:00:00 2001 From: Alan Johnson Date: Tue, 12 Oct 2010 22:22:25 -0400 Subject: [PATCH] Added note about handlebars-contrib. --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.markdown b/README.markdown index 7d694c87..95e7505a 100644 --- a/README.markdown +++ b/README.markdown @@ -112,6 +112,10 @@ Known Issues ------------ * Handlebars.js can be a bit cryptic when there's an error during compilation, and it can be even more cryptic when there's an error while rendering. +Handlebars Contrib +------------------ +Alan (commondream) keeps a repository of useful helpers in the [handlebars-contrib](http://github.com/commondream/handlebars-contrib) repository. Feel free to copy those, or add some of your own. + Handlebars in the Wild ----------------- * Don Park wrote an Express.js view engine adapter for Handlebars.js called [hbs](http://github.com/donpark/hbs)