index
:
clarktown.git
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
clarktown
/
renderers
/
empty_block.clj
blob: 66e819e0853c22354a61965a4e387691a8124263 (
plain
)
1
2
3
4
5
6
7
(ns clarktown.renderers.empty-block) (defn render "Renders an empty block." [_ _] "")