diff --git a/source/_docs/automation/templating.markdown b/source/_docs/automation/templating.markdown index 0b6d054283e..95ab1ce678a 100644 --- a/source/_docs/automation/templating.markdown +++ b/source/_docs/automation/templating.markdown @@ -7,10 +7,10 @@ Automations support the advanced features of [templating](/docs/configuration/te Example of variables used in templates: -```jinja - {{ this.name }} is the name of the automation executing from this trigger - {{ trigger.platform }} is the type of trigger object, like `calendar` - ``` +{% raw %} +- `{{ this.name }}` is the name of the automation executing from this trigger +- `{{ trigger.platform }}` is the type of trigger object, like `calendar` +{% endraw %} ## Available state data