git.s-ol.nu mmm / e2aa352
make ba_log browsable s-ol 3 years ago
2 changed file(s) with 15 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 import div, h3, ul, li from require 'mmm.dom'
1 import link_to from (require 'mmm.mmmfs.util') require 'mmm.dom'
2 import ropairs from require 'mmm.ordered'
3
4 =>
5 div {
6 h3 link_to @
7 ul do
8 posts = for post in *@children
9 continue if post\get 'hidden: bool'
10 li link_to post, post\gett 'name: mmm/dom'
11
12 posts
13 }