I am using iron-router, i have a route \"models\" which has a list of items. When the user clicks one of these items a new route \"model\" is used, the name of the selected
Usually you would call a plugin on an element in Template.myTemplate.onRendered:
Template.myTemplate.onRendered
Template.xxx.onRendered(function() { $('#carousel').slick(); });`