mirror of
https://github.com/status-im/re-natal.git
synced 2025-01-28 13:24:54 +00:00
5 lines
82 B
Clojure
5 lines
82 B
Clojure
(ns sablono.compiler)
|
|
|
|
(defn compile-html
|
|
[& content]
|
|
(first content)) |