UNPKG

polymer-cli

Version:
23 lines (18 loc) 686 B
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes"> <title><%= name %></title> <meta name="description" content="<% if (description) { -%><%= description %><% } else { -%><%= name %> description<% } -%>"> <!-- See https://goo.gl/OOhYW5 --> <link rel="manifest" href="/manifest.json"> <script src="/bower_components/webcomponentsjs/webcomponents-lite.js"></script> <link rel="import" href="/src/<%= elementName %>/<%= elementName %>.html"> </head> <body> <<%= elementName %>></<%= elementName %>> </body> </html>