diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-06-22 20:47:22 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-06-22 20:47:22 +0200 |
commit | 619cc7ed168d47f942b7d4c2190562ac6eafea8b (patch) | |
tree | cd967e585185f5d6459e2ad8071fc6fcc2eb9939 | |
parent | d5266513238a4360e95732271eff8af510f626a5 (diff) |
Comment the example code snippet out again.
-rwxr-xr-x | json-template.rkt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/json-template.rkt b/json-template.rkt index 6a2a049..9729159 100755 --- a/json-template.rkt +++ b/json-template.rkt @@ -377,6 +377,7 @@ ("raw" . ,(λ: ([x : String]) x))))) +#; (let* ([template-string #<<EOF <h1>{title|html}</h1> {.section people} |