I want to keep multiple templates in one external template file.
But i dont know how to get one template from the whole file
I want to keep multiple templates in one external template file. But i dont
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your template collection needs to have different script tags (as the default inline usage of jsRender). Then you can load the collection file, find the requested part and render it, should work somehow likd this: (not tested, just theoretical)