ccoenraets / nodecellar

Sample application built with Backbone.js, Twitter Bootstrap, Node.js, Express, MongoDB
1.2k stars 588 forks source link

Modular Views Grouping #10

Open felixcheruiyot opened 11 years ago

felixcheruiyot commented 11 years ago

I would like to arrange the views in a more modular manner by grouping them in folders. Like for users views I'll would like to do public/tpl/accounts/userAddView.html. This way I will place all views related to accounts/users like editing forms, password change etc.

How can we do something like that? Tried to hack code to implement the above but got stuck, I'll appreciate if someone comes to aid.

Thanks.