summaryrefslogtreecommitdiffstats
path: root/vendor/handlebars/examples/partials/template2.hbs
blob: 934416eb7b320bc6a5a36079068fe26b6ab34462 (plain)
1
2
3
4
{{#*inline "page"}}
  <p>Rendered in partial, parent is {{parent}}</p>
{{/inline}}
{{> (lookup this "parent")}}