{% from '_helpers.jinja' import render_field %} {% macro render_common_settings_form(form, emailprefix, settings_application) %}
Token | Description |
---|---|
{{ '{{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 title of the watch. |
{{ '{{watch_tag}}' }} |
The watch label / tag |
{{ '{{preview_url}}' }} |
The URL of the preview page generated by changedetection.io. |
{{ '{{diff_url}}' }} |
The URL of the diff output for the watch. |
{{ '{{diff}}' }} |
The diff output - only changes, additions, and removals |
{{ '{{diff_added}}' }} |
The diff output - only changes and additions |
{{ '{{diff_removed}}' }} |
The diff output - only changes and removals |
{{ '{{diff_full}}' }} |
The diff output - full difference output |
{{ '{{current_snapshot}}' }} |
The current snapshot value, useful when combined with JSON or CSS filters |