extends ../layout block content h3 Browse by Channel on #{server} div#backlink a(href='/notify') « Server List ul#quotelist -each channel in channels a(href='/notify/'+server+'/'+encodeURIComponent(channel)) li.quotes #{channel} h3 Browse by User on #{server} ul#quotelist -each nUser in users a(href='/notify/'+server+'/'+encodeURIComponent(nUser.name)) li.quotes #{nUser.name} (#{nUser.count})