gtg2json/views/index.jade

11 lines
159 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
h2= "Tags"
ul
each t in json.tags.tagstore
li= t.$.name