For real this time

This commit is contained in:
wycats
2010-08-07 19:50:24 -07:00
parent 630978c15d
commit 5459b0ee3a
+10
View File
@@ -0,0 +1,10 @@
* Partials (fallback.partials hash)
* Inverse sections...
* ...and {{#foo}}...{{^}}...{{/foo}}
* data-binding for simple {{}}
* try not to hardcode the data-binding strategy (make it pluggable)
* data-binding for simple block helpers
* data-binding for iteration-style block helpers
* escaping
* README
* Rationale (how it's different from mustache, and why)