UNPKG

322 Btext/x-handlebars-templateView Raw
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="UTF-8">
5 <title>{{component.id}}</title>
6 <link rel="stylesheet" type="text/css" href="{{component.standaloneCssPublicPath}}?cacheBust={{cacheBust}}">
7</head>
8<body>{{#if html}}
9
10{{{html}}}
11{{else}}
12<strong>{{component.id}}</strong>: no HTML
13{{/if}}
14
15</body>
16</html>
\No newline at end of file