Skip to content

renderReportPage

renderReportPage(options): string

Defined in: page/reportPage.ts:74

Wrap a report’s body in the shared HTML page frame.

The doctype, <head>, viewport meta, and stylesheet scaffold were written out once per report; only the title, the extra rules, and the body ever differed.

ReportPageOptions

The page’s title, body, and any report-specific additions.

string

The complete HTML document, as a Handlebars template source string.