Polymer({
  is: 'cr-foo',

  _template: html`
{__html_template__}
  `,
});