${ // @ts-expect-error - TS2339 - Property 'collInfo' does not exist on type 'Story'. this.collInfo.title }

${ // @ts-expect-error - TS2339 - Property 'collInfo' does not exist on type 'Story'. | TS2339 - Property 'collInfo' does not exist on type 'Story'. // TODO: Fix this the next time the file is edited. // eslint-disable-next-line @typescript-eslint/no-unsafe-argument this.collInfo.desc ? unsafeHTML(marked(this.collInfo.desc)) : "" }
${this.renderLists()}