${spreadLabel}
${question ? html`"${question}"` : nothing}${verdictCard?.name ?? ''} ${verdictCard?.reversed ? html`${this.t('(reversed)')}` : nothing}
${verdictCard?.arcana ? html`${this.t('{{arcana}} arcana', { arcana: verdictCard.arcana })}
` : nothing}${p.name ?? ''}
${p.card?.name ?? ''} ${p.card?.reversed ? html`${this.t('(reversed)')}` : nothing}
${p.interpretation && !this.hideReadings ? html`${p.interpretation}
` : nothing}${c.name ?? ''} ${c.reversed ? html`${this.t('(reversed)')}` : nothing}
${c.meaning && !this.hideReadings ? html`${c.meaning}
` : nothing}${summary}
` : nothing} ${yesNoInterp && !this.hideReadings ? html`${yesNoInterp}
` : nothing}