You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require(['hbs!App/Template/One#title1','hbs!App/Template/One#title2'],function(tmpl1,tmpl2){// Use whatever you would to render the template function$('body').append(tmpl1({title: "Main Title"})).append(tmpl2({title: "Sub Title"}));});
The text was updated successfully, but these errors were encountered:
Could be very useful to implement such as:
same file App/Template/One.html contains multiple templates
selection of sub elements
The text was updated successfully, but these errors were encountered: