7 lines
82 B
Plaintext
7 lines
82 B
Plaintext
(defwidget loremText [text]
|
|
(label
|
|
:text text
|
|
:class 'lorem-text'
|
|
)
|
|
)
|