load() a template and then interpolate() it with data.
load()
interpolate()
this.get('#/', function() { this.render('mytemplate.template', {name: 'test'}); });