Add library and support for partials
This commit is contained in:
@@ -20,6 +20,7 @@ public class HBMustacheTemplate {
|
||||
case unescapedVariable(String)
|
||||
case section(String, HBMustacheTemplate)
|
||||
case invertedSection(String, HBMustacheTemplate)
|
||||
case partial(String)
|
||||
}
|
||||
|
||||
let tokens: [Token]
|
||||
|
||||
Reference in New Issue
Block a user