##// END OF EJS Templates
templates: rename email_templates to email...
templates: rename email_templates to email The '_templates' suffix is not really needed as we are already in a 'templates' dir. This is more in line with the other templates, and the new 'ini' template directory.

File last commit:

r8418:d379e2c3 default
r8418:d379e2c3 default
Show More
header.txt
8 lines | 110 B | text/plain | TextLexer
<%page args="title,link" />\
%if link is not None:
${link}
%endif
${title|n,unicode}
## Trailing empty line