@if (HtmlContent.Value == null)
{
<span>Please wait while rendering...</span>
}
else
<article class="markdown-body">
@HtmlContent
</article>
@code {