diff options
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index ec48559e..e3b2b33f 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -3458,12 +3458,12 @@ text: ## [display_template] -Display data text "macros" (one may define any number of sections -with a display_template prefix). This feature allows one to reduce +Display data text "macros" (one may define any number of sections with +a display_template prefix). This feature allows one to reduce repetitive definitions in display_data sections. One may use the builtin render() function in display_data sections to evaluate a -template. For example, if one were to define [display_template -my_template] then one could use `{ render('my_template') }` in a +template. For example, if one were to define `[display_template +my_template]` then one could use `{ render('my_template') }` in a display_data section. ``` |