view template/index.jade.mustache @ 10:e054949143e9

reworking addlink and shareWith support Ignore-this: b1665b776f3964f7fde219acadc51f32
author drewp@bigasterisk.com
date Fri, 15 Mar 2013 00:29:53 -0700
parents ce779bdd2fb3
children c26da994a43a
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}}