Merge pull request #706 from scottgonzalez/readme-with

README: Use with helper instead of relying on blockHelperMissing
This commit is contained in:
Yehuda Katz
2014-01-14 12:39:20 -08:00
+1 -1
View File
@@ -132,7 +132,7 @@ into the person object you could still display the company's name with
an expression like `{{../company.name}}`, so:
```
{{#person}}{{name}} - {{../company.name}}{{/person}}
{{#with person}}{{name}} - {{../company.name}}{{/person}}
```
would render: