function pill ( text ) { return /* html */`
${ text }
` } export default function ( video ) { // Setup inline lazysizes this.usingComponent( 'node_modules/lazysizes/lazysizes.min.js' ) // console.log('video', video) return /* html */`
${video.name}
${ video.tags.includes('benchmark') && pill('Benchmark')}
${ video.name }
` }