spasibych
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] In mustache templates are removed all closing tags@westonruter yes, exactly.
Everything works fine on the site, but everything breaks in Google AMP Cache, because commented tags disappear.
Forum: Plugins
In reply to: [AMP] In mustache templates are removed all closing tagsThank you for your attention to the problem.
Unfortunately, this will not help me now because of the problem with Google AMP Cache, which i described in the previous comment and in this issue https://github.com/ampproject/amphtml/issues/26656.
Actually, i was forced to use
script[type=text/plain]due to a problem with<!--{{#foo}}-->in Google AMP Cache.Forum: Plugins
In reply to: [AMP] In mustache templates are removed all closing tagsI need to output tables and I used a wrapper <!– {{#bar}} –> along with a <template> that once worked perfectly. See amp-mustache/#tables
But now there is a problem with Google AMP Cache – in cache templates, the <!– {{#bar}} –> tags disappear (i see it through browser DOM viewer), although everything works without errors on the site.
While I saw the opportunity to quickly fix the situation through the script type = text/plain templates (they work in the cache), but now there is a problem with the plugin.