diff --git a/docs/templating.md b/docs/templating.md index 5bec520..7e2661f 100644 --- a/docs/templating.md +++ b/docs/templating.md @@ -51,11 +51,11 @@ The following variables are available in templates: The below variables are added to the available variables within templates. If the variable is already set by the user (through the config file for example) it will not be overwritten. -* `os` will contain the OS name as provided by -* `release` will contain the OS release version as provided by -* `distro_id` will contain the distribution ID as provided by -* `distro_version` will contain the distribution version as provided by -* `distro_like` will contain a space-separated list of distro IDs that are closely related to the current OS distro as provided by +* `{{@@ os @@}}` will contain the OS name as provided by +* `{{@@ release @@}}` will contain the OS release version as provided by +* `{{@@ distro_id @@}}` will contain the distribution ID as provided by +* `{{@@ distro_version @@}}` will contain the distribution version as provided by +* `{{@@ distro_like @@}}` will contain a space-separated list of distro IDs that are closely related to the current OS distro as provided by ## Dotfile variables