Project

General

Profile

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

git_sitools_idoc / flarecast / data / TESTS_FONCTIONNELS / 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
<h1>Sitools 2 information</h1>
9
<p style="font-size: 1.2em;font-weight: bold;margin: 1em 0px;">
10
${description!}
11
</p>
12

    
13
<p>
14
${mail.body!}
15
</p>
16

    
17
</body>
18
</html>