Knockoutjs bind model to template created with ko.renderTemplate

What I'm trying to do is create a DOM node, render a template with ko.renderTemplate overwriting the created node and then, in that template both be able to get data from a specific model AND from ...