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