Blog
@page @model IndexModelBlog Posts
-
@foreach (var post in Model.BlogPosts)
{
-
@post.Title
@post.Content
@post.CreatedAt.ToShortDateString()
}
@post.Content
@post.CreatedAt.ToShortDateString()