gtg2json/views/index.jade

18 lines
351 B
Plaintext

extends layout
block content
h1= title
p Welcome to #{title}
section.tags
h2= Tags
ul.tags
li.head
span.name nom
span.color couleur
span.parent parent
each t in json.tags.tagstore.tag
li
span.name= t['$'].name
span.color= t['$'].color
span.parent= t['$'].parent