Content
Last updated
Was this helpful?
Was this helpful?
---
_view: page.blog
_pageData: \App\Pages\Blog
_sheets:
posts: blog:*
---
# Blog---
_view: blog.post
_pageData: \App\Pages\Post
title: my first post
------
_view: blog.post
_pageData: \App\Pages\Post
title: my second post
---[
'slug' => 'blog',
'contents' => '<h1>Blog</h1>',
'posts' => [
[
'slug' => 'first-post',
'title' => 'my first post',
],
[
'slug' => 'second-post',
'title' => 'my second post',
]
]
]