diff options
-rwxr-xr-x | json-template.rkt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json-template.rkt b/json-template.rkt index b95215b..fe596c4 100755 --- a/json-template.rkt +++ b/json-template.rkt @@ -310,7 +310,7 @@ ("raw" . ,(λ (x) x))))) -;;#; +#; (let ([template (with-input-from-string #<<EOF <h1>{title|html}</h1> |