This example creates a Polymer element named x-foo, whose template binds to a string property, named "message". The element's HTML is imported into the main document, which allows usage of <x-foo> tags in <body>.
x-foo.html
<dom-module id="x-foo">
<templ...