Enter a mustache template and data, and get it parsed.
Clone this repository:
$ git clone https://github.com/juppwerner/mustache-playground.git
cd mustache-playground
composer install
Open the project directory in your browser, e.g.:
You will see this user interface:
- (1) Enter your mustache template here
- (2) Enter any data to be parsed into the template here. Use JSON syntax.
- (3) Click [Submit] to get the template and data parsed
- (4) The compiled HTML is shown here
- (5) This is how the compiled HTML does look like
Have fun!