Files
2026-03-14 09:42:12 +00:00

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>