1
0
mirror of https://github.com/lektor/lektor-website.git synced 2025-03-07 22:16:41 +01:00
2015-12-19 14:52:17 +01:00

18 lines
370 B
Markdown

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 }} -->
```