```swift let frontMatter: Yaml = ["title": "Welcome to Spelt", "layout": "post", "date": .string(dateString)] let generatedContents = frontMatter.string ?? "" + "---\n\n" + postContents ``` can we `frontMatter.string` get value in this case? dump
can we
frontMatter.stringget value in this case? dump