Basically trying to get this library going, but it's not rendering the template TableView inside the javascript that displays a sidepanel, from the jquery library at http://www.jqueryscript.net/demo/jQuery-CSS3-Powered-Slide-in-Panel-Plugin-slidePanel/
$.slidePanel.show({
content: '{{> TableView }}'
}, {
direction: direction,
useCssTransforms3d: false,
useCssTransforms: false,
useCssTransitions: false
});
This just shows the text literally, but I want the sidepanel to render the meteor template.