Kitura-TemplateEngine
Kitura-TemplateEngine copied to clipboard
Kitura Template Engine protocol
Results
2
Kitura-TemplateEngine issues
Sort by
recently updated
recently updated
newest added
…unless the template engine implementation will do it, as defined by a parameter on the `TemplateEngine` class implementation. (IIRC, Mustache does it by default, but Stencil does not.) That is,...
The following model (from Vapor FluentKit) works fine with codable routes, ```Swift final class Person : Model { static let schema: String = "person" @ID(key: "id") var id: Int32? @Field(key:...