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