component LegalDocumentLayout { props { class = "" title = "Legal document" effectiveDate = "" updatedDate = "" } view {

{title}

Effective: {effectiveDate}Updated: {updatedDate}
} }