diff --git a/docs/en/02_Developer_Guides/01_Templates/index.md b/docs/en/02_Developer_Guides/01_Templates/index.md index 17519b467..a216595f9 100644 --- a/docs/en/02_Developer_Guides/01_Templates/index.md +++ b/docs/en/02_Developer_Guides/01_Templates/index.md @@ -8,7 +8,7 @@ icon: file-code Most of what will be public on your website comes from template files that are defined in SilverStripe. Either in the core framework, the modules or themes you install, and your own custom templates. -SilverStripe templates are simple text files that have `.ss` extension. They can contain any markup language (e.g HTML, +SilverStripe templates are simple text files that have an `.ss` extension. They can contain any markup language (e.g HTML, XML, JSON..) and are processed to add features such as `$Var` to output variables and logic controls like `<% if $Var %>`. In this guide we'll look at the syntax of the custom template engine [SSViewer](api:SilverStripe\View\SSViewer) and how to render templates from your controllers. @@ -20,4 +20,4 @@ templates from your controllers. [CHILDREN Folder=How_Tos] ## Related Lessons -* [Migrating static templates into your theme](https://www.silverstripe.org/learn/lessons/v4/migrating-static-templates-into-your-theme-1) \ No newline at end of file +* [Migrating static templates into your theme](https://www.silverstripe.org/learn/lessons/v4/migrating-static-templates-into-your-theme-1)