Alberto Zaccagni
Alberto Zaccagni

Reputation: 31560

Html page pre processor

I am looking around to find an html page processor to use with Clojure. Something like jspp.

I've found hiccup but I don't think it's written to be used as a preprocessor, for more complex pages I believe it would be difficult to code in the way it's meant to (for other things I think it's great).

Do you have something to suggest?

I was thinking about using jsps and coding something myself (.clj ends up in .class, so I think it's possible), but I'm leaving this as my last choice.

Thanks in advance.

Upvotes: 2

Views: 160

Answers (1)

cwb
cwb

Reputation: 925

You might find Fleet interesting. Other templating tools are listed here under Templating.

Upvotes: 3

Related Questions