view template/links.jade.mustache @ 28:7c82ffbca5d0

py3 and k8s upgrade
author drewp@bigasterisk.com
date Sun, 12 Jul 2020 13:16:33 -0700
parents 8008ec2fd763
children c23acc88324b
line wrap: on
line source

doctype html
html
  head
    title {{desc}}
    {{> head.jade}}
  body
    | {{{loginBar}}}


    p
      a(href="{{toRoot}}/") href top
    
    h2 Showing {{desc}}

    p
      a(href="{{toRoot}}/addLink") Add link
    
    | Filter to: 
    input#filterTag(type='hidden', style="width: 300px")

    .linklist
      {{> linklist.jade}}

    p.stats {{stats}}
    script
      | var toRoot = "{{toRoot}}", user = "{{user}}";
    {{> tail.jade}}
    script(src="{{toRoot}}/static/links.js")