For sake of simplicity maybe it's better not use `_.template` in [app/controllers/detail.js](app/controllers/detail.js). In real-world I'd move the template to an HTML file I'd read and cache, but for a tutorial you want to keep it as simple as possible.
For sake of simplicity maybe it's better not use
_.templatein app/controllers/detail.js.In real-world I'd move the template to an HTML file I'd read and cache, but for a tutorial you want to keep it as simple as possible.