Update templating.markdown (#32439)

This commit is contained in:
kepath 2024-04-23 22:25:08 +01:00 committed by GitHub
parent b57e27e1d8
commit 7d3cda2189
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -470,7 +470,7 @@ The same thing can also be expressed as a test:
{% raw %}
```text
{{ floor() }} # ['floor_id']
{{ floors() }} # ['floor_id']
```
```text