diff options
author | praschke <stel@comfy.monster> | 2023-10-16 23:25:03 +0100 |
---|---|---|
committer | praschke <stel@comfy.monster> | 2023-10-17 22:45:18 +0100 |
commit | 23a1ca60d65c0f896b954633792f2f4fc544a3d7 (patch) | |
tree | c1159fcbcc25bf51374f2d1bb4c9b87005f127cb /docs/templates.md | |
parent | daf3c0f44434ad79f7bbcdc518368396d43b8cf1 (diff) |
docs: property
Diffstat (limited to 'docs/templates.md')
-rw-r--r-- | docs/templates.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates.md b/docs/templates.md index c1ef23b7..05a5247a 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -443,7 +443,7 @@ Repeatedly gets a property of an object. <details> <summary>Syntax:</summary> - <code>{{#property <i>object</i> <i>property1</i> <i>property2</i> <i>...</i> <i>propertyN</i>}}{{/property}}</code> + <code>{{property <i>object</i> <i>property1</i> <i>property2</i> <i>...</i> <i>propertyN</i>}}</code> * _`object`_ <br> The initial object to use. |