Vulcan/packages/telescope-posts/lib/client/templates/postsViews/posts_best.js

9 lines
No EOL
125 B
JavaScript

Template.postsBest.helpers({
context: function () {
return {
terms: {
view: 'best'
}
};
}
});