@(posts: List[Post]) @main("Welcome to Play") {

List Posts

@for(post <- posts) { }
# Title Content
@post.id @post.title @post.content
}