Moving stuff about/renaming
This commit is contained in:
@@ -2,4 +2,9 @@
|
||||
struct HBMustacheContext {
|
||||
let first: Bool
|
||||
let last: Bool
|
||||
|
||||
init(first: Bool = false, last: Bool = false) {
|
||||
self.first = first
|
||||
self.last = last
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user