From e0d273333b804c904b2fd549fa527698a117c84f Mon Sep 17 00:00:00 2001 From: NithyaSivaprakasam <103498896+NithyaSivaprakasam@users.noreply.github.com> Date: Thu, 6 Nov 2025 10:41:42 +0530 Subject: [PATCH 1/2] Fix code block formatting in templates.md Corrected code block syntax for Gantt Chart template example. --- blazor/gantt-chart/templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blazor/gantt-chart/templates.md b/blazor/gantt-chart/templates.md index 50ddbae050..0c8d348795 100644 --- a/blazor/gantt-chart/templates.md +++ b/blazor/gantt-chart/templates.md @@ -22,7 +22,7 @@ Most templates used in the Gantt Chart are of type `RenderFragment` and are p For example, the data in a column template can be accessed using `context` as shown below: -```razor +```cs