You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,9 @@ The following keys can be used inside the template
182
182
*`references` - List of annotation IDs for any annotations this annotation references (e.g. is a reply to)
183
183
*`{{ display_name }}` - Display name of annotation creator. This may not be set.
184
184
185
-
See the [Handlebars Language Guide](https://handlebarsjs.com/guide/#what-is-handlebars) for more on templating. Some examples for using the list keys
185
+
See the [Handlebars Language Guide](https://handlebarsjs.com/guide/#what-is-handlebars) for more on templating. You can also make use of the helpers from [handlebars_misc_helpers](https://lib.rs/crates/handlebars_misc_helpers).
186
+
187
+
Some examples for using the list keys
186
188
and for formatting dates are shown below for different systems:
0 commit comments