Christian Roman

Results 2 issues of Christian Roman

Given the follow template and data file: **template.mustache** ``` true={{true-value}} false={{false-value}} ``` **data.json** ``` { "true-value": true, "false-value": false } ``` I receive the following output: ```bash $ chevron -d...