layout property

String? get layout

Get layout from frontmatter

Implementation

String? get layout => frontmatter['layout']?.toString();