-

${this.collInfo.title}

- ${this.collInfo.desc ? unsafeHTML(marked(this.collInfo.desc)) : ""} +

+ ${ + // @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'. + this.collInfo.desc ? unsafeHTML(marked(this.collInfo.desc)) : "" + }
${this.renderLists()}