mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Update index.md
This commit is contained in:
parent
1c1298e062
commit
c3ff7a417b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user