comparison template/index.jade.mustache @ 6:ce779bdd2fb3

links to peers Ignore-this: 31f60d68f279b53eee2f38b1f570c6c9
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 01 Mar 2013 01:24:05 -0800
parents f8c4c7ce5f4a
children e054949143e9
comparison
equal deleted inserted replaced
5:f8c4c7ce5f4a 6:ce779bdd2fb3
3 head 3 head
4 title href 4 title href
5 {{> head.jade}} 5 {{> head.jade}}
6 body 6 body
7 | {{{loginBar}}} 7 | {{{loginBar}}}
8
8 h2 Users 9 h2 Users
9 10
10 {{#users}} 11 {{#users}}
11 p 12 p
12 a(href="{{user}}") {{user}} 13 a(href="{{user}}") {{user}}
13 {{/users}} 14 {{/users}}
14 15
16 p Compare with
17 ul
18 li
19 a(href='http://www.semanlink.net/sl/home') Semanlink
20 li
21 a(href='http://pinboard.in/') Pinboard
22 li
23 a(href='http://clickb.in/') clickbin
24 li
25 a(href='https://code.google.com/p/gnizr/') gnizer
26
27
15 p {{stats}} 28 p {{stats}}
16 29
17 {{> tail.jade}} 30 {{> tail.jade}}