${data.summary}
` : nothing} ${ conjunctions.length ? html`Conjunctions to the chart
${conjunctions.map((c, i) => { return html`No star sits within the orb of a natal point.
` } ${stars.length ? this.renderCatalog(stars) : nothing}| Star | Position | Mag | Nature | Keywords |
|---|---|---|---|---|
| ${s.name} | ${g ? html`${g}` : nothing}${formatDegreeInSign(s.degree)} ${s.sign} | ${formatNumber(s.magnitude, 1)} | ${s.nature} |
${(s.keywords ?? []).map((k) => html`${k}`)}
|