h1= title p Welcome to #{title}. h3 User list: ul - each user in users li= user.tag - if (user.status == 'online') span(style='color: green')= user.status - else span(style='color: red')= user.status