##// END OF EJS Templates
templatefilters: add "nonempty" template filter...
templatefilters: add "nonempty" template filter It ensures that at least "(none)" is returned in case the argument passed is None or ''. This is primarily useful to render empty changelog messages for hgweb but may be useful for others, too.

File last commit:

r5269:46c5e1ee default
r8234:27dbe534 default
Show More
tags.tmpl
11 lines | 323 B | application/x-cheetah | CheetahLexer
Robert Bachmann
Added support for the Atom syndication format
r5269 #header#
<id>{urlbase}{url}</id>
<link rel="self" href="{urlbase}{url}atom-tags"/>
<link rel="alternate" href="{urlbase}{url}tags"/>
<title>#repo|escape#: tags</title>
<summary>#repo|escape# tag history</summary>
<author><name>Mercurial SCM</name></author>
#latestentry%feedupdated#
#entriesnotip%tagentry#
</feed>