mustache-cli
Version:
Mustache's CLI interface.
28 lines (27 loc) • 616 B
JSON
{
"__root": "layout.mustache",
"__nav": "common/nav.mustache?menus=menus.js",
"__content": "content/home.mustache",
"title": "Home",
"1": "{{key}}",
"STR": "abc",
"ZERO": 0,
"NUM": 123,
"TRUE": true,
"FLASE": false,
"NULL": null,
"HTML": "<span style=\"font-weight:bold;\">bold</span>",
"2": "{{#key}}...{{/key}} and .",
"ARR_NUM": [1,2,3],
"ARR_OBJ": [{"name":"Jerry"},{"name":"Tom"}],
"OBJ": {
"chinese": 90,
"math": 100
},
"3": "{{^key}}...{{/key}}",
"LIST": [],
"4": "{{>key}}",
"_PARTIAL": "abc={{STR}} 123={{NUM}}",
"5": "{{{key}}}",
"6": "{{!comment}}"
}