Home
Episodes
People
Recs
About
Subscribe
Blog
@page @model IndexModel
Blog Posts
Blog Posts
@foreach (var post in Model.BlogPosts) {
@post.Title
@post.Content
@post.CreatedAt.ToShortDateString()
}