mirror of
https://github.com/lektor/lektor-website.git
synced 2025-02-01 06:51:28 +01:00
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 }} -->
|
||
|
```
|