[html-template-devel] Escaping of HTML in Templates

Cam Desautels camdez at gmail.com
Sat Oct 21 16:56:31 UTC 2006


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.
-- 
Cameron Desautels <camdez at gmail.com>



More information about the Html-template-devel mailing list