tracman-server/config/mail/suggestion/html.nunjucks

8 lines
115 B
Plaintext
Raw Normal View History

2016-04-25 00:37:32 -06:00
<html>
<body>
<h1>Suggestion</h1>
<p>{{ suggestion }}</p>
<p>{{ name }}<br>{{ email }}</p>
</body>
</html>