Working example for Meteor + Onsen UI

Hello,

I’m interested for Meteor + Onsen UI development.
I know about about this example for React version of Onsen :
[https://github.com/frandiox/OnsenUI-Meteor-ToDo]
(https://github.com/frandiox/OnsenUI-Meteor-ToDo)
and it work as expected but I’m interested for vanilla JS version of the Onsen.
I tried play with this example for vanilla Onsen UI + Meteor :
https://github.com/MeteorDemoApps/OnsenUI2JS-demo
But it seems that it does not work - look likes that the ons-navigator can’t find templates for ons-page and all these pages displayed on the screen at same moment (pages is stacked in z-order and we see latest template only).
Is something changed in Onsen or Meteor and this example out of date?

Moreover as I see Meteor create JS functions from HTML files and Onsen UI code can’t work properly (because can’t find specific ons- HTML elements). Is vanilla JS version of Onsen UI can work with Meteor?

Maybe somebody have WORKING example of the actual vanilla JS version of Onsen UI with actual version of the Meteor? Thanks!