I assume you mean when you want to use ninjauth/classes/controller?
That controller extends \Controller, and therefor doesn't have any template support. The best option would probably be not to use that controller, but copy it to your app (don't forget the view), change it to extend Controller_Template, and have it use your template instead of just returning a view.