gtg2json/views/index.jade

18 lines
351 B
Plaintext
Raw Normal View History

extends layout
block content
h1= title
p Welcome to #{title}
2021-03-01 18:14:47 +01:00
section.tags
2021-03-01 21:27:00 +01:00
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