Simplified dot notation example, fixed sample output.
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
* {{person.name.first}} {{person.name.last}}
|
* {{person.name.first}} {{person.name.last}}
|
||||||
* {{person.age}}
|
* {{person.age}}
|
||||||
* {{person.hometown.city}}, {{person.hometown.state}}
|
* {{person.hometown.city}}, {{person.hometown.state}}
|
||||||
* {{#person}}{{hometown.city}}, {{hometown.state}}{{/person}}
|
|
||||||
* {{#person}}{{#hometown}}{{city}}, {{state}}{{/hometown}}{{/person}}
|
|
||||||
* {{normal}}
|
* {{normal}}
|
||||||
@@ -1 +1,4 @@
|
|||||||
Grandchild is "Qux".
|
* Chris Firescythe
|
||||||
|
* 24
|
||||||
|
* Cincinnati, OH
|
||||||
|
* Normal
|
||||||
Reference in New Issue
Block a user