Using different template engines for different builds

Hey guys,

I am currently working on an app using Blaze. Some time ago, I found Ionic and decided it is the better solution for the mobile apps, especially since I want it to integrate well with Android and iOS.

Now straight to my question: Is it possible to use different template engines (in my case Blaze and Angular for Ionic) for different build? My idea was to create a second client folder for my mobile template but still use existing code. Do think that’s possible? I would really love to hear how you have achieved that one codebase works for desktop and mobile applications.