{{base_url}} |
The URL of the changedetection.io instance you are running. |
{{watch_url}} |
The URL being watched. |
{{watch_uuid}} |
The UUID of the watch. |
{{watch_title}} |
The page title of the watch, uses <title> if not set, falls back to URL |
{{watch_tag}} |
The watch group / tag |
{{preview_url}} |
The URL of the preview page generated by changedetection.io. |
{{change_datetime}} |
Date/time of the change, accepts format=, change_datetime(format='%A'), default is '%Y-%m-%d %H:%M:%S %Z' |
{{diff_url}} |
The URL of the diff output for the watch. |
{{diff}} |
The diff output - only changes, additions, and removals
All diff variants accept lines=, context=, word_diff=, ignore_junk= args, e.g.
{{diff(lines=10)}}, {{diff_added(lines=5, context=2)}}
|
{{diff_clean}} |
The diff output - only changes, additions, and removals — Without (added) prefix or colors
|
{{diff_added}} |
The diff output - only changes and additions |
{{diff_added_clean}} |
The diff output - only changes and additions — Without (added) prefix or colors |
{{diff_removed}} |
The diff output - only changes and removals |
{{diff_removed_clean}} |
The diff output - only changes and removals — Without (added) prefix or colors |
{{diff_full}} |
The diff output - full difference output |
{{diff_full_clean}} |
The diff output - full difference output — Without (added) prefix or colors |
{{diff_patch}} |
The diff output - patch in unified format |
{{diff_changed_from}} |
Only the changed words/values from the previous version — e.g. the old price. Best when a single value changes per line; multiple changed fragments are joined by newline. |
{{diff_changed_to}} |
Only the changed words/values from the new version — e.g. the new price. Best when a single value changes per line; multiple changed fragments are joined by newline. |
{{current_snapshot}} |
The current snapshot text contents value, useful when combined with JSON or CSS filters
|
{{triggered_text}} |
Text that tripped the trigger from filters |
{{diff}} (upgraded) |
When AI Change Summary is configured, contains the AI-generated description instead of the raw diff. Falls back to raw diff when not configured. |
{{raw_diff}} |
Always the raw +/- diff, regardless of AI Change Summary setting. |
{{llm_summary}} |
The AI Change Summary text (same as the upgraded {{diff}} — explicit reference). |
{{llm_intent}} |
The AI Change Intent that was evaluated. |