| 110 | const { listen } = await import(class="st">'listhen') |
| 111 | |
| 112 | interface PageOptions { |
| 113 | page: Page |
| 114 | head?: string |
| 115 | body?: string |
| 116 | htmlClasses?: string |
| 117 | } |
| 118 | |
| 119 | async function render({ page, htmlClasses, head, body }: PageOptions) { |
| 120 | let content = html` |
nothing calls this directly
no outgoing calls
no test coverage detected