Forgive me if I am missing something here, but given that HTML-TEMPLATE is supposed to be agnostic to exactly what type of content I am putting in a template, why is it escaping my HTML? Is this not a bug? I'm running 0.7.0 on SBCL 0.9.16.
(html-template:fill-and-print-template "<p><!-- TMPL_VAR foo --></p>" '(:foo "This <em>is</em> HTML"))
--> <p>This <em>is</em> HTML</p>
Thanks.
"Cam Desautels" camdez@gmail.com writes:
Forgive me if I am missing something here, but given that HTML-TEMPLATE is supposed to be agnostic to exactly what type of content I am putting in a template, why is it escaping my HTML? Is this not a bug? I'm running 0.7.0 on SBCL 0.9.16.
html-template-devel@common-lisp.net