${d.name}
${d.description ? html`${d.description}
` : nothing}-
${this.attr('Planet', d.planet)}
${this.attr('Hardness', typeof d.hardness === 'number' ? `${d.hardness} Mohs` : undefined)}
${this.attr('Vibration', d.numericalVibration)}
${this.attr('Birthstone', month)}
${this.list('Chakras', d.chakras)}
${this.list('Zodiac', d.zodiacSigns)}
${this.list('Elements', d.elements)}
${
colors.length
? html`
- Colors
-
${colors.map((c) => html`${c}`)}
Keywords
${d.affirmation}
` : nothing} ${ pairs.length ? html`Pairs with