Re: [w3c/webcomponents] HTML Modules (#645)

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