GRMustache
GRMustache copied to clipboard
Flexible and production-ready Mustache templates for MacOS Cocoa and iOS
I'm not sure what your requirements are for adding a new operating system to GRMustache, but I wanted to start a conversation with you about adding tvOS support to the...
Consider a text template: ``` {{% CONTENT_TYPE: TEXT }} {{ statement-1 }} {{ statement-2 }} {{ statement-3 }} {{ statement-4 }} {{ statement-5 }} ``` With data: ``` { statement-1:...
Hi Gwendal What is the best approach for trying to preserve newline formatting and indentation when processing text (as opposed to HTML) templates? As a practical example consider the following...