mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
commit
7b57963182
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user