浏览代码

Simplified dot notation example, fixed sample output.

Justin Hileman 15 年之前
父节点
当前提交
81fa51c1af
共有 2 个文件被更改,包括 4 次插入3 次删除
  1. 0 2
      examples/dot_notation/dot_notation.mustache
  2. 4 1
      examples/dot_notation/dot_notation.txt

+ 0 - 2
examples/dot_notation/dot_notation.mustache

@@ -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}}

+ 4 - 1
examples/dot_notation/dot_notation.txt

@@ -1 +1,4 @@
-Grandchild is "Qux".
+* Chris Firescythe
+* 24
+* Cincinnati, OH
+* Normal