If you prefer, Racket also includes a templating library that lets you compile arbitrary HTML from separate files right into your application:
http://docs.racket-lang.org/web-server/templates.html?q=in-t...
It's not as fancy as enlive though (for example, because it's not sensitive to the structure of XML, user input isn't escaped automatically, which is quite an awkward tradeoff)
If you prefer, Racket also includes a templating library that lets you compile arbitrary HTML from separate files right into your application:
http://docs.racket-lang.org/web-server/templates.html?q=in-t...
It's not as fancy as enlive though (for example, because it's not sensitive to the structure of XML, user input isn't escaped automatically, which is quite an awkward tradeoff)