Template
Default template used to bootstrap Aura framework. To use another template, extend aura:template and set attributes using aura:set.
Descriptor
aura:templateTargets
Lightning Experience, Experience Builder Sites, Salesforce Mobile App, Lightning Out / Visualforce, Standalone Lightning App
aura:templatecomponent
Default template used to bootstrap Aura framework. To use another template, extend aura:template and set attributes using aura:set.
Support: | |
---|---|
Access: | |
Abstract: | |
Extensible: |
Attributes
Name | Type | Access | Required | Default | Description |
---|---|---|---|---|---|
auraPreInitBlock | component[] | global | The block of content that is rendered before Aura initialization. | ||
body | component[] | global | Inherited from aura:component The body of the component. In markup, this is everything in the body of the tag. | ||
bodyClass | string | global | Extra body CSS styles | ||
defaultBodyClass | string | global | loading | Default body CSS styles. | |
doctype | string | global | <!DOCTYPE html> | The DOCTYPE declaration for the template. | |
errorMessage | string | global | CSS Error | Error loading text | |
errorTitle | string | global | Sorry to interrupt | Error title when an error has occurred. | |
loadingText | string | global | Loading | Loading text | |
title | string | global | Aura | The title of the template. |