nt) { this.title = ko.observable(title); this.content = ko.observable(content); }; ko.applyBindings(new ViewModel("Title", "Content")); // This makes Knockout get to work });