Ok so I need some help understanding if this is possible. I would like to have a ASP.NET MVC website using AngularJS + Kendo UI, which I know is feasible. Now I want to create a separate MVC area/routes inside the main website which would be for the mobile optimized views, models and controllers, etc. For instance www.company.com/mobile. Can I use Kendo UI Mobile just for this specific MVC area and make it look and feel like the platform it is running on? For instance use the Mac/Windows/Android view on those pages inside the MVC area. This separate MVC area will not be running AngularJS and be more for a view/read only type scenario. Any input would be appreciated and thanks in advance!