Hi,
how do I invoke an .ejs-file from another one?
Formerly I did this:
now, but it does not work. What is wrong here?
how do I invoke an .ejs-file from another one?
Formerly I did this:
- <%== $.View('//myapp/viewtemplates/myremplate')%>
- <%== can.view('//myapp/viewtemplates/myremplate')%>
- <%== can.view('//myapp/viewtemplates/myremplate.ejs')%>
now, but it does not work. What is wrong here?