You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/Text-Templating.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Template rendering engine is very powerful;
19
19
* You can define **layout templates** to be used as the layout while rendering other templates.
20
20
* You can pass arbitrary objects to the template context (beside the model) for advanced scenarios.
21
21
22
-
ABP Framework provides two types of engines;
22
+
ABP Framework provides two templating engines;
23
23
24
24
***[Razor](Text-Templating-Razor.md)**
25
25
***[Scriban](Text-Templating-Scriban.md)**
@@ -34,4 +34,4 @@ Get [the source code of the sample application](https://github.com/abpframework/
34
34
35
35
*[The source code of the sample application](https://github.com/abpframework/abp-samples/tree/master/TextTemplateDemo) developed and referred through this document.
Copy file name to clipboardExpand all lines: framework/src/Volo.Abp.TextTemplating.Razor/Volo/Abp/TextTemplating/Razor/RazorTemplateDefinitionExtensions.cs
Copy file name to clipboardExpand all lines: framework/src/Volo.Abp.TextTemplating.Scriban/Volo/Abp/TextTemplating/Scriban/ScribanTemplateDefinitionExtensions.cs
Copy file name to clipboardExpand all lines: framework/test/Volo.Abp.TextTemplating.Razor.Tests/Volo/Abp/TextTemplating/Razor/RazorTestTemplateDefinitionProvider.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,19 @@ public override void Define(ITemplateDefinitionContext context)
Copy file name to clipboardExpand all lines: framework/test/Volo.Abp.TextTemplating.Scriban.Tests/Volo/Abp/TextTemplating/Scriban/ScribanTestTemplateDefinitionProvider.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,19 @@ public override void Define(ITemplateDefinitionContext context)
0 commit comments