@await Html.PartialAsync("~/Components/Organisms/HeroArticle/HeroArticle.cshtml", new HeroArticleProps
{
"BreadcrumbProps": {
"Items": [
{
"Name": "Home",
"Url": "/"
},
{
"Name": "Research",
"Url": "/research"
},
{
"Name": "Targeted therapy",
"Url": "/research/targeted-therapy"
}
],
"MobileBackLinkText": "Back to Targeted therapy",
"BackToPrefix": "Back to ",
"Variant": ""
},
"Tag": "Patient stories: Living with cancer",
"Title": "How support groups helped me through my treatment journey",
"ImageHtml": null
})