2017-07-10 20:39:50 +02:00

13 lines
251 B
Plaintext

component API(types []string)
h1 API
table
//- thead
//- tr
//- th Table
tbody
each typeName in types
tr
td= typeName
td
a(href="/api/" + strings.ToLower(typeName) + "/")= "/api/" + strings.ToLower(typeName) + "/"