diff --git a/example/w-template-logic/README.md b/example/w-template-logic/README.md index 8ca45311..3083f2d9 100644 --- a/example/w-template-logic/README.md +++ b/example/w-template-logic/README.md @@ -11,6 +11,8 @@ imperatively. That means that template fragments evaluate to `unit`, and the surrounding OCaml code often needs semicolons. Templates also tend to use `List.iter` rather than `List.map`. +The `%` and `<%`/`%>` syntax is documented [in the manual](https://aantron.github.io/dream/#templates). + ```ocaml let render_home tasks =