Skip to content

Commit 23d3012

Browse files
committed
(fix) example of partials
1 parent 71b3ed9 commit 23d3012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/partials/template2.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{{#*inline "page"}}
22
<p>Rendered in partial, parent is {{parent}}</p>
33
{{/inline}}
4-
{{> (parent)}}
4+
{{> (lookup this "parent")}}

0 commit comments

Comments
 (0)