diff --git a/_docs/070_templates.md b/_docs/070_templates.md
index dec1194..f0bb14b 100644
--- a/_docs/070_templates.md
+++ b/_docs/070_templates.md
@@ -39,7 +39,8 @@ When template processors run, they will be provided the following set of data.
| Default (built-in) | Jinja or ESH | Description | Source |
| - | - | - | - |
-| `yadm.class` | `YADM_CLASS` | Locally defined yadm class | yadm config local.class
|
+| `yadm.class` | `YADM_CLASS` | Last defined class | yadm config local.class
|
+| `yadm.classes` | `YADM_CLASSES` | All classes | yadm config ‑‑get‑all local.class
|
| `yadm.distro` | `YADM_DISTRO` | Distribution | lsb_release ‑si
or /etc/os-release
|
| `yadm.distro_family` | `YADM_DISTRO_FAMILY` | Distribution Family | `ID_LIKE` from/etc/os‑release
|
| `yadm.hostname` | `YADM_HOSTNAME` | Hostname | uname ‑n
(without domain) |