view 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
line wrap: on
line source

doctype html
html
  head
    title href
    {{> head.jade}}
  body
    | {{{loginBar}}}
    
    h2 Users

    {{#users}}
    p
      a(href="{{user}}") {{user}}
    {{/users}}

    p Compare with
    ul
      li
        a(href='http://www.semanlink.net/sl/home') Semanlink
      li
        a(href='http://pinboard.in/') Pinboard
      li
        a(href='http://clickb.in/') clickbin
      li
        a(href='https://code.google.com/p/gnizr/') gnizer
        
    
    p {{stats}}
    
    {{> tail.jade}}