Report Template
data class ReportTemplate(val template: String, val frontMatter: Variables, val sections: List<ReportSection>)
Represents the template document in a more refined form.
Represents the template document in a more refined form.