Merge pull request #9938 from manuth/patch-10

Update index.md
This commit is contained in:
Andre Kiste 2021-05-17 11:57:38 +12:00 committed by GitHub
commit 7b57963182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
* [Migrating static templates into your theme](https://www.silverstripe.org/learn/lessons/v4/migrating-static-templates-into-your-theme-1)