Project

General

Profile

Download (219 Bytes) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / data / freemarker / mail.standard.ftl @ master

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<html>
3

    
4
<#include "html.head.ftl">
5

    
6
<body style="font-family: sans-serif;">
7

    
8
<p>
9
${mail.body!}
10
</p>
11

    
12
</body>
13
</html>