~bakpakin/temple

ed7e83e8779e2a54e23bbbcc75366ade2dd5372a — Calvin Rose 3 years ago db0ec07 master
.
1 files changed, 1 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +1 -1
@@ 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.