How can we implement AMP(Accellerated Mobile Pages) in Meteor JS 1.1.0.3 and Meteor 1.3?
In meteor 1.1.0.3 there is no <html>
tag. If I add <html ⚡>
it is giving error. And in meteor 1.1.0.3 the tags and builting automatically. So it gives amp validation error The tag 'script' is disallowed except in specific forms.
Any help is appreciated.