@post.Title
@post.PublishedAt.ToString("MMMM d, yyyy")
@post.Lead
@namespace Blog.Components @inject IPostService postService @inject IJSRuntime JS @if (Posts is null) { return; } else if (Posts.Count == 0) {
Looks like writers block. Check back later.
@post.PublishedAt.ToString("MMMM d, yyyy")
@post.Lead