Component
Expression
HTML
If
Iteration
Render If (Deprecated)
Template
Text
Unescaped HTML
LWC Developer Guide
SLDS 1
SLDS 2
aura:template
Provides the default template to bootstrap the Aura framework. To use another template, extend aura:template and set attributes using aura:set.
For Use In
Lightning Experience, Experience Builder Sites, Salesforce Mobile App, Lightning Out (Beta), Standalone Lightning App
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| auraPreInitBlock | The block of content that is rendered before Aura initialization. | Aura.Component[] | ||
| bodyClass | Extra body CSS styles | String | ||
| defaultBodyClass | Default body CSS styles. | String | loading | |
| doctype | The DOCTYPE declaration for the template. | String | <!DOCTYPE html> | |
| errorMessage | Error loading text | String | CSS Error | |
| errorTitle | Error title when an error has occurred. | String | Sorry to interrupt | |
| loadingText | Loading text | String | Loading | |
| title | The title of the template. | String | Aura |