@await Html.PartialAsync("~/Components/Molecules/RichText/RichText.cshtml", new RichTextProps
{
"HtmlContent": "\r\n \u003Cp\u003EHere is some introductory text before the quote.\u003C/p\u003E\r\n \u003Cblockquote\u003E\r\n \u003Cp\u003EThis is an important quote that stands out from the regular text. It provides emphasis and draws attention to key messages or testimonials.\u003C/p\u003E\r\n \u003C/blockquote\u003E\r\n \u003Cp\u003EAnd here is some text following the blockquote to continue the narrative.\u003C/p\u003E",
"CssClass": ""
})