component API(types []string) h3 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) + "/"