Underscore template can't access data model – Facebook api
I am having difficulty accessing model data with underscore, nothing is appearing on screen and I'm not getting any errors. Any help would be greatly appreciated. Here is my templating area <script type='text/template' id='ListContainerView'> <p> <%= ListItemModel.id %> </p> <p>…