@await Html.PartialAsync("~/Components/Molecules/BasketButton/BasketButton.cshtml", new BasketButtonProps
{
"BasketUrl": "/basket",
"TotalItems": 3,
"MaximumPublications": 15,
"ShowMaximumPublicationsAllowedText": true,
"ButtonText": "Go to basket",
"CssClass": ""
})