List<Widget> content(Post post) { return [ Header(author: post.author, createdAt: post.record.createdAt), Body(post: post), Footer(post: post), ]; }