Closed pvenkatakrishnan closed 10 years ago
Generated a new project and this is the default dust that was generated.
Hi, Those are actually dust partials. It allows you to insert one dust template inside another.
Take a look at layouts/master "Body" in this case denotes where it will be inserted. Check out the docs:
https://github.com/linkedin/dustjs/wiki/Dust-Tutorial#wiki-Partials
interesting semantics i have used the '>' include notation but never '<'. Thanks for that.
Yep, different semantics. In this case it's using a dust inline template and injecting content back into it.
-- Jeff
On Nov 21, 2013, at 6:14 PM, "pvenkatakrishnan" notifications@github.com<mailto:notifications@github.com> wrote:
interesting semantics i have used the '>' include notation but never '<'. Thanks for that.
— Reply to this email directly or view it on GitHubhttps://github.com/paypal/kraken-js/issues/12#issuecomment-29043981.