Here is the template.
HTML<link rel="import" href="../bower_components/polymer/polymer.html">
<dom-module id="«Link(name)»«Caret»">
<template>
<style>
:host {
display: block;
}
</style>
«FinalTarget»
</template>
<script>
Polymer({
is: '«Link(name)»'
});
</script>
</dom-module>
Here is what happens: