== param('id'); $this['post'] = Post::where('id', '=', $value1) ->isPublished() ->with('categories') ->first(); } ?> ==
{{ post.content }}