Blog

@page @model IndexModel Blog Posts

Blog Posts

    @foreach (var post in Model.BlogPosts) {
  • @post.Title

    @post.Content

    @post.CreatedAt.ToShortDateString()

  • }
Broadcast by