@await Html.PartialAsync("~/Components/Molecules/GlossaryTermModal/GlossaryTermModal.cshtml", new GlossaryTermModalProps
{
"Category": "Category",
"Title": "Glossary title",
"Description": "Prognosis, also called outlook, is an estimate of the likely course and outcome of a disease, such as the likelihood of it coming back (recurrence) and the person\u0027s life expectancy.",
"LinkText": "Find out more about the glossary title",
"LinkUrl": "#",
"Key": "prognosis-with-link",
"IsVisible": true
})