18 lines
370 B
Plaintext
18 lines
370 B
Plaintext
|
title: alt
|
||
|
---
|
||
|
summary: The alt the source object corresponds to if available.
|
||
|
---
|
||
|
type: property
|
||
|
---
|
||
|
body:
|
||
|
|
||
|
For most source records there will be an associated [alt
|
||
|
:ref](../../../../content/alts/). This attribute points to it. If the content
|
||
|
is not associated with an alt this can be `None`.
|
||
|
|
||
|
## Example
|
||
|
|
||
|
```html+jinja
|
||
|
<!-- generated from alt {{ this.alt }} -->
|
||
|
```
|