html - Meteor – How to use template helpers inside element? -
Specify the dynamically
content to use the meter template helpers I want to be able to> & lt; Meta & gt; tag It seems that there is no way to do this.
If I have a free-floating
& lt; Head & gt;
in & lt; Meta & gt; I put tags, element (i.e. not in any template), both will be correctly included in HTML, but I can not use template assistants.
If I use
& lt; Meta & gt; a template, and a free-floating
& lt; Head & gt; Try to present the template within the element , it complains.
And if I use the entire
& lt; Head & gt; element is in a template, now I have
& lt; Head & gt; Block
& lt; Body & gt; Is located in , which is ugly, and I doubt the invalid HTML though Chrome seems to handle it satisfactorily).
Is there a solution?
This is currently not possible because they do not cause post-load insertion due to meteorite purse templates
Comments
Post a Comment