<!DOCTYPE html> | |
<html xmlns:wicket="http://wicket.apache.org"> | |
<head> | |
<title>ignored</title> | |
</head> | |
<body> | |
<wicket:panel> | |
Hello, <span wicket:id="name"></span> | |
You receive this email because you are subscribed for our products. | |
We just released a new version of product X. | |
Please download it <a wicket:id="downloadLink">here</a> | |
Sincerely, | |
The Marketing team | |
</wicket:panel> | |
</body> | |
</html> |