From 956954aeaee7927c566622da7a41c41b5a1038bd Mon Sep 17 00:00:00 2001 From: Tom Date: Sun, 8 Oct 2023 23:35:46 +0200 Subject: [PATCH] Update theme documentation --- pages/theme-creation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/theme-creation.md b/pages/theme-creation.md index 362596f..c2e4e14 100644 --- a/pages/theme-creation.md +++ b/pages/theme-creation.md @@ -83,7 +83,7 @@ Inverted sections, starting with `^` instead of `#`, can be used to obtain the o #### List sections When the variable is a list of objects, the content of the sections is rendered once for each element of the list. -Fields of the object then become variables that can be accessed using the usual ` {% raw %}{{...}}{% endraw %}` syntax. +Fields of the object then become variables that can be accessed using the usual `{% raw %}{{...}}{% endraw %}` syntax. **Example** A list of book objects (`items`) with the following values