6 lines
69 B
Swift
6 lines
69 B
Swift
|
|
struct HBMustacheContext {
|
|
let first: Bool
|
|
let last: Bool
|
|
}
|