Template sets

This commit is contained in:
Zef Hemel
2023-11-15 14:56:34 +01:00
parent b26b7f4f0a
commit 663a15fe33
14 changed files with 121 additions and 16 deletions
+12
View File
@@ -0,0 +1,12 @@
---
tags: template
description: |
Renders its object value in a `key: value` format
usage: |
Can be used by passing in a YAML object in a template via `value` or in a `render` clause of a query
---
{{#each .}}
{{@key}}: {{.}}
{{/each}}
---