${this.t('Number analysis')}
` : nothing}${heading}
${this.t('Where you saw it')}
${d.contextNote}
${this.t('Known angel number')}
${known.coreMessage ? html`${known.coreMessage}
` : nothing} ${ known.keywords && known.keywords.length > 0 ? html`${known.affirmation}
` : nothing} ${ steps.length > 0 ? html`${this.t('What to do next')}
- ${steps.map((s) => html`
- ${s} `)}
${ root.number ? this.t('Foundational digit root ({{n}})', { n: root.number }) : this.t('Foundational digit root') }
${root.title ? html`${root.title}
` : nothing} ${root.coreMessage ? html`${root.coreMessage}
` : nothing} ${!known ? this.renderRootMeaning(root) : nothing}