Skip to content

Instantly share code, notes, and snippets.

@JanMiksovsky
Created April 23, 2014 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JanMiksovsky/11201938 to your computer and use it in GitHub Desktop.
Save JanMiksovsky/11201938 to your computer and use it in GitHub Desktop.
<link rel="import" href="http://www.polymer-project.org/components/polymer/polymer.html">
<polymer-element name="test-element" noscript>
<template>
Hello, <content></content>.
</template>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment