rustc/vendor/handlebars/examples/partials/template2.hbs
2018-12-16 10:13:16 -08:00

6 lines
133 B
Handlebars

{{#*inline "page"}}
<p>Rendered in partial, parent is {{parent}}</p>
{{/inline}}
{{! remove whitespaces with ~ }}
{{~> (parent)~}}