##// END OF EJS Templates
templater: register keywords to defaults table...
templater: register keywords to defaults table Since the keywords are permanent, there should be no need to pass them by a temporary mapping.

File last commit:

r35390:b963750b default
r35499:817a3d20 default
Show More
graph.tmpl
5 lines | 117 B | application/x-cheetah | CheetahLexer
\{
"node": {node|json},
"changeset_count": {changesets|json},
"changesets": [{join(nodes%graphentry, ", ")}]
}