##// END OF EJS Templates
templater: relax unquotestring() to fall back to bare string...
templater: relax unquotestring() to fall back to bare string This is convenient for our use case where quotes are optional except in a map file.

File last commit:

r24588:0bf54479 default
r28630:bf35644b default
Show More
changelist.tmpl
5 lines | 124 B | application/x-cheetah | CheetahLexer
\{
"node": {node|json},
"changeset_count": {changesets|json},
"changesets": [{join(entries%changelistentry, ", ")}]
}