Vulcan/packages/telescope-singleday/lib/client/templates/single_day.js

13 lines
293 B
JavaScript
Raw Normal View History

2015-01-06 14:46:38 +09:00
Template[getTemplate('singleDay')].helpers({
singleDayNav: function () {
return getTemplate('singleDayNav');
},
posts_list: function () {
return getTemplate('posts_list');
},
context: function () {
var context = this;
context.ready = true;
return context;
}
});