import { Component } from 'jinge'; import _tpl from './index.html'; export class Avatar extends Component { static template = _tpl; }