13 lines
251 B
Plaintext
Raw Normal View History

2017-07-01 14:03:10 +02:00
component API(types []string)
2017-07-10 20:39:50 +02:00
h1 API
2017-07-01 14:03:10 +02:00
table
//- thead
//- tr
//- th Table
tbody
each typeName in types
tr
td= typeName
td
a(href="/api/" + strings.ToLower(typeName) + "/")= "/api/" + strings.ToLower(typeName) + "/"