##// END OF EJS Templates
hgweb: use template context to render {lines} of {diff}...
hgweb: use template context to render {lines} of {diff} This is a preferred way to process nested templates.

File last commit:

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