11 lines
218 B
HTML
11 lines
218 B
HTML
<!DOCTYPE html>
|
|
<html xmlns:py="http://genshi.edgewall.org/">
|
|
<head>
|
|
<title>Missing you!</title>
|
|
</head>
|
|
<body>
|
|
<p>Hello, ${record.name}!</p>
|
|
<p>We miss you!</p>
|
|
</body>
|
|
</html>
|