view template/index.jade.mustache @ 9:7df920c18c83

move lib js Ignore-this: 32945b67a25dcd8d720f13475cbbf9ff
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 06 Mar 2013 23:23:18 -0800
parents ce779bdd2fb3
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}}