A sensible HTML templateing system in Common Lisp?

(written by Lawrence Krubner, however indented passages are often quotes)

An HTML template system in Common Lisp. I am suspicious of all template systems that move away from pure HTML, for all the reason that I wrote about 4 years ago. But I realize, these template (all in code) are considered part of the culture in the land of Lisp. And for what it implements, this seems much cleaner than the PHP systems that I was criticizing 4 years ago.

Source