tracman-server/config/mail/suggestion/html.nunjucks
2016-04-25 06:37:32 +00:00

8 lines
115 B
Plaintext

<html>
<body>
<h1>Suggestion</h1>
<p>{{ suggestion }}</p>
<p>{{ name }}<br>{{ email }}</p>
</body>
</html>