Skip to content
Discussion options

You must be logged in to vote

If you want Statamic's layouts system to work, you have to return like this instead (obviously replace the layout/template/data):

return (new \Statamic\View\View)
        ->layout('layout')
        ->template('posts.category')
        ->with($category->toAugmentedArray());

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@barrydevt
Comment options

@duncanmcclean
Comment options

Answer selected by barrydevt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants