Pls ignore this

Template.joblistings.helpers({
showjobs: function() {
const instance = Template.instance();
return instance.response.get();
},
});