summaryrefslogtreecommitdiffstats
path: root/protoype/views/index.jade
blob: 57cde6f4a870466cdc801df33087f0da96220543 (plain)
1
2
3
4
5
6
7
h1= title
p Welcome to #{title}. Users in the portal:

h3 User list:
ul
  - each user in users
    li= user.tag