${dateStr}
` : nothing}| Planet | Sign | Degree | Speed |
|---|---|---|---|
|
${p.name}
${
p.isRetrograde
? html`R`
: nothing
}
|
${p.sign}
|
${formatNumber(p.degree, 2)} | ${formatNumber(Math.abs(p.speed), 4)} |
${interp.summary}
` : nothing} ${interp?.impact ? html`Impact: ${interp.impact}
` : nothing} ${interp?.timing ? html`Timing: ${interp.timing}
` : nothing} ${interp?.guidance ? html`Guidance: ${interp.guidance}
` : nothing} ${ interp?.keywords?.length ? html`