aboutsummaryrefslogtreecommitdiff
path: root/json-template.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'json-template.lisp')
-rw-r--r--json-template.lisp6
1 files changed, 1 insertions, 5 deletions
diff --git a/json-template.lisp b/json-template.lisp
index 2acc811..9e36a42 100644
--- a/json-template.lisp
+++ b/json-template.lisp
@@ -24,11 +24,6 @@
(in-package #:json-template)
-(defvar *template-formatters*
- `(;;("html" . format-html)
- ;;("html-attr-value" . format-html-attr-value)
- ("raw" . identity)))
-
(defun tokenize-template-string (string)
(loop with in-command-p = nil
with skip-newline-p = nil
@@ -188,3 +183,4 @@
(expand-template-to-stream branch (cons ctx contexts) stream))
value)
(expand-template-to-stream alternative contexts stream))))))))
+