aboutsummaryrefslogtreecommitdiff
path: root/config.lisp
blob: 26e7a69c298daae65c89721b7d43c469486a19ca (plain)
1
2
3
4
(defconstant +temper-open+ "<%")
(defconstant +temper-close+ "%>")
(defconstant +temper-close-len+ (length +temper-close+))
(defconstant +temper-interpolate+ #\=)