From 88f2e7e2004309ab887d5840d66339f57ea78405 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sat, 29 May 2010 11:31:51 +0200 Subject: [PATCH] open FaQ, answer dot notation question --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index bfda4db..fefddd9 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,15 @@ iteration marker: {{bob}} {{/foo}} +## FaQ + +### Why doesn’t Mustache allow dot notation like `{{variable.member}}`? + +The reason is given in the [mustache.rb +bugtracker](http://github.com/defunkt/mustache/issues/issue/6). + +Mustache implementations strive to be template-compatible. + ## More Examples and Documentation