Sequence
extension Sequence
-
Render section using template
Declaration
Swift
func renderSection(with template: HBMustacheTemplate, context: HBMustacheContext) -> String
-
Render inverted section using template
Declaration
Swift
func renderInvertedSection(with template: HBMustacheTemplate, context: HBMustacheContext) -> String