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