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.
Parameters
Section titled “Parameters”options
Section titled “options”The page’s title, body, and any report-specific additions.
Returns
Section titled “Returns”string
The complete HTML document, as a Handlebars template source string.