##// 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:

r35222:66c11a66 default
r35499:817a3d20 default
Show More
graphentry.tmpl
6 lines | 269 B | application/x-cheetah | CheetahLexer
<li data-node="{node|short}">
<span class="desc">
<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>
</span>
<span class="info"><span class="age">{date|rfc822date}</span>, by {author|person}</span>
</li>