##// END OF EJS Templates
minirst: make format() simply return a formatted text...
minirst: make format() simply return a formatted text It's a source of bugs to change the type of the return value conditionally.

File last commit:

r30765:eb7de21b default
r39346:a2a5d4ad default
Show More
footer.tmpl
11 lines | 227 B | application/x-cheetah | CheetahLexer
<div class="page_footer">
<div class="page_footer_text">{repo|escape}</div>
<div class="rss_logo">
<a href="{url|urlescape}rss-log">RSS</a>
<a href="{url|urlescape}atom-log">Atom</a>
</div>
<br />
{motd}
</div>
</body>
</html>