Subclass PolymerTemplate

Morning,

Just looking for sugestions on Subclassing a PolymerTemplate.

My problem is that Vaadin throws an @Id error as it can’t find the template that’s housed in the Superclass.

I can use the template in the Subclass as the Polymer superclass has access to the subclass template but that’s a bit messy as I’ll have to
include the template for each subclass I create.

Thanks for your help.

Hayden