comparison template/index.jade.mustache @ 5:f8c4c7ce5f4a

lots of href additions: add/edit, nav fixes Ignore-this: 863335c4680ac9bcc6a7fc5867638d61
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 21 Feb 2013 01:39:01 -0800
parents
children ce779bdd2fb3
comparison
equal deleted inserted replaced
4:409da49c148d 5:f8c4c7ce5f4a
1 doctype html
2 html
3 head
4 title href
5 {{> head.jade}}
6 body
7 | {{{loginBar}}}
8 h2 Users
9
10 {{#users}}
11 p
12 a(href="{{user}}") {{user}}
13 {{/users}}
14
15 p {{stats}}
16
17 {{> tail.jade}}