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

{title}

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