ReportTemplate

data class ReportTemplate(val template: String, val frontMatter: Variables, val sections: List<ReportSection>)

Represents the template document in a more refined form.

Constructors

Link copied to clipboard
constructor(template: String, frontMatter: Variables, sections: List<ReportSection>)

Properties

Link copied to clipboard

Key-value pairs extracted from the front-matter

Link copied to clipboard

Document sections

Link copied to clipboard

Textual template content