13 lines
251 B
Plaintext
Raw Normal View History

2017-07-01 12:03:10 +00:00
component API(types []string)
2017-07-10 18:39:50 +00:00
h1 API
2017-07-01 12:03:10 +00: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) + "/"