Add context object for render

This commit is contained in:
Adam Fowler
2021-03-14 08:32:23 +00:00
parent 8df4e63432
commit d9bead1553
3 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
struct HBMustacheContext {
let first: Bool
let last: Bool
}