- From: Ma Jerez <notifications@github.com>
- Date: Tue, 31 Jul 2018 06:27:12 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 31 July 2018 13:27:35 UTC
This is what i would do: The `template` tag already contains html without render or parsing it. ```html //name html import <template href='./my-module.html' id='my-module'></template> <include src='my-module> //unnamed html import <include href='./my-module.html> ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/645#issuecomment-409220210
Received on Tuesday, 31 July 2018 13:27:35 UTC