@@ 6,7 6,7 @@ Simplified version of Mendoza's template system that is cleaner and easier to us
Templates can be used recursively, and output is printed via `print`, so goes to
`(dyn :out)`.
-Expands on the mendoza templates with the `{=` ... `-}` brackets, which do non-escaped
+Expands on the mendoza templates with the `{-` ... `-}` brackets, which do non-escaped
substitution, so temple can be used for formats besides HTML.
Also exposes the `escape` function inside templates for HTML escaping
if you want to manually print to template output.