1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-30 15:23:41 +02:00
vroom/templates/default/feedback.mail.ep

15 lines
242 B
Plaintext

<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>