In a Handlebars template, when would I use {{template}}
and when {{partial}}
? (Ember.Handlebars.helpers reference)
As @wycats said in issue #1930, {{template}}
could be removed in favor of {{partial}}
.
Its not deprecated ATM, but it could be someday, so {{partial}}
seems to be preferred.
1 Like