HBMustacheContentType
public protocol HBMustacheContentType
Protocol for content types
-
escape text for this content type eg for HTML replace “<” with “<”
Declaration
Swift
func escapeText(_ text: String) -> String