Simplified dot notation example, fixed sample output.

This commit is contained in:
Justin Hileman
2010-04-26 20:33:54 -04:00
parent f0d171aed6
commit 81fa51c1af
2 changed files with 4 additions and 3 deletions
@@ -1,6 +1,4 @@
* {{person.name.first}} {{person.name.last}}
* {{person.age}}
* {{person.hometown.city}}, {{person.hometown.state}}
* {{#person}}{{hometown.city}}, {{hometown.state}}{{/person}}
* {{#person}}{{#hometown}}{{city}}, {{state}}{{/hometown}}{{/person}}
* {{normal}}