diff --git a/pollen/core.rkt b/pollen/core.rkt index 730803b..f09b197 100644 --- a/pollen/core.rkt +++ b/pollen/core.rkt @@ -113,6 +113,7 @@ ;; For a pollen source, the actual splicing happens when the source is compiled. ;; For a template in the render environment, which is more text-ish, ;; the splicing tag is redefined to produce a basic list. +;; (which is then, by default behavior of `include-template`, merged with the surrounding text) (define+provide @ (make-default-tag-function '@)) (provide when/splice) diff --git a/pollen/private/ts.rktd b/pollen/private/ts.rktd index 61ef6d2..e019fc6 100644 --- a/pollen/private/ts.rktd +++ b/pollen/private/ts.rktd @@ -1 +1 @@ -1521332679 +1521332983