mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 20:04:09 +03:00
29 lines
635 B
Plaintext
29 lines
635 B
Plaintext
::
|
|
:::: /hoon/combine/tree/ren
|
|
::
|
|
/? 310
|
|
/- tree-include
|
|
/+ elem-to-react-json
|
|
/= mime /mime/
|
|
/= body /tree-elem/
|
|
/= sect /&json&/tree-index/
|
|
/= snip /&snip&elem&/tree-elem/
|
|
/= meta /&json&front&/|(/front/ /~[~])
|
|
/= plan /^ json /|(/plan-json/ /~[~])
|
|
/= comt /&json&/tree-comments/
|
|
/= bump /; |=(a/(list {p/time *}) =.(a (flop a) ?~(a '' (scot %da p.i.a))))
|
|
/tree-comments/
|
|
::
|
|
^- tree-include
|
|
=* rj elem-to-react-json
|
|
:* mime
|
|
(rj body)
|
|
(rj /h1 hed.snip) :: head
|
|
(rj /div tal.snip) :: snip
|
|
meta
|
|
sect
|
|
comt
|
|
plan
|
|
bump
|
|
==
|