@await Html.PartialAsync("~/Components/Molecules/SearchCard/SearchCard.cshtml", new SearchCardProps
{
"Category": "Article",
"Date": "05 Nov 2020",
"Title": "This is a much longer search result title that will wrap across multiple lines to demonstrate how the card handles longer content",
"Description": "This is the description for a card with a long title.",
"LinkUrl": "#",
"LinkTarget": "",
"HeadingLevel": "h3",
"CssClass": "",
"AlgoliaQueryId": "",
"AlgoliaObjectId": "",
"AlgoliaPosition": null
})