@await Html.PartialAsync("~/Components/Molecules/SidebarMenu/SidebarMenu.cshtml", new SidebarMenuProps
{
"Heading": "In this section",
"Links": [
{
"LinkText": "Introduction",
"LinkUrl": "#introduction",
"LinkTarget": null,
"IsActive": false
}
],
"LogoutUrl": ""
})