${this.editable && this.editing
? html`
`
: html` `
: html``}
${this.hasExtraPages
? html`
`
: ""}
${this.formatResults()}
${this.editable
? html`
`
: ""}
Collection Name
(this.editing = true)}"
>
${this.collInfo!.name || this.collInfo!.title}
${this.collInfo!.description
? html`
About This Collection
(this.editing = true)}"
>
`
: html``}`}
${this.editable
? html`
${this.renderDownloadMenu()}
`
: ""}
${this.collInfo!.lists.length
? html`
Filter By List:
- All Pages ${this.collInfo!.lists.map( (list) => html`
- ${list.title} `, )}
Page List
${this.renderPages()}