1 2 3 4 5 6 7
mixin menu(o) ul each val in o.children - if (val.type == 'folder') li a(href=val.url)= val.nice_name +menu(val)