1
0
mirror of https://github.com/dani/vroom.git synced 2024-07-01 15:52:54 +02:00
vroom/templates/default/feedback.mail.ep

15 lines
236 B
Plaintext
Raw Normal View History

<html>
<p>
<%=l 'FROM' %>: <%= $email %>
</p>
<p>
<%=l 'COMMENT' %>: <%= $comment %>
</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">
&mdash;
<br>
<%=l 'EMAIL_SIGN' %>
</p>
</html>