@await Html.PartialAsync("~/Components/Molecules/PublicationDetailCard/PublicationDetailCard.cshtml", new PublicationDetailCardProps
{
"Title": "Add publication to basket",
"NoLongerAvailableText": "This is no longer available - we have a new Publication replacing this one please see: \u003Ca href=\u0022#\u0022\u003EBreast cancer after pregnancy\u003C/a\u003E",
"CanShowAddToBasket": false,
"IsOutOfStock": false,
"IsNoLongerAvailable": true,
"MaxOrderText": "",
"MaxQuantity": 50,
"CanShowDownloads": false,
"DownloadOptions": null,
"FormHtml": ""
})