Newer Version Available
aura:template
Default template used to bootstrap Aura framework. To use another template, extend aura:template and set attributes using aura:set.
Attributes
| Attribute Name | Attribute Type | Description | Required? |
|---|---|---|---|
| body | Component[] | The body of the component. In markup, this is everything in the body of the tag. | |
| bodyClass | String | Extra body CSS styles | |
| defaultBodyClass | String | Default body CSS styles. | |
| doctype | String | The DOCTYPE declaration for the template. | |
| errorMessage | String | Error loading text | |
| errorTitle | String | Error title when an error has occured. | |
| loadingText | String | Loading text | |
| title | String | The title of the template. |