clj-html

A Clojure library for expanding expressive HTML templates into efficient code.

Leiningen/Boot

[clj-html "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

clj-html/clj-html {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("clj-html:clj-html:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>clj-html</groupId>
  <artifactId>clj-html</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>